view umasked.sh @ 2625:987768ee3211

Linux packages: fixed path for Alpine package sources.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 24 Nov 2020 19:25:50 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"