view umasked.sh @ 999:9ed6327ec45a

Fixed build.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Oct 2013 17:17:14 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"