view umasked.sh @ 560:b4e34b473283

A dead link to SunOS patch #118855-14 removed. Anyway, the bug was fixed in Solaris 10 6/06, six years ago and this info is not relevant anymore.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jul 2012 13:23:16 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"