view umasked.sh @ 1627:5d0622281aec

Updated the list of configure arguments for the mainline version.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 17 Dec 2015 19:50:56 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"