view umasked.sh @ 2043:7d9c836d14bf

Updated PCRE version in "Building nginx".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 25 Sep 2017 16:15:06 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"