view umasked.sh @ 670:0be0145c7ad8

Reduced diffs between makefiles.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Sep 2012 06:12:49 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"