view umasked.sh @ 495:23c193ca8ebd

Fixed the "tarball" target.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Apr 2012 08:04:42 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"