view umasked.sh @ 1575:9f645014f4a7

List of configure arguments for the mainline version was changed.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 22 Sep 2015 14:39:28 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"