view umasked.sh @ 1605:40f079598467

Makefile: Pass target to dir.map copying script.
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 20 Nov 2015 12:57:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"