view umasked.sh @ 282:64107bc400c4

Bumped versions of supported PCRE and zlib libraries.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Dec 2011 12:53:35 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"