view umasked.sh @ 1660:03715a31e037

Fixed make draft when using mirrors.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 26 Feb 2016 19:15:23 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"