view umasked.sh @ 857:a8ee5f396880

Fixed SVN checkout command in "Win32 build" howto.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 08 Mar 2013 23:51:59 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"