view umasked.sh @ 1952:3be7279397c8

Documented the "build" parameter of the "configure" command.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Mar 2017 21:28:05 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"