mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 11:39:48 +01:00
populate pass: set -efu
This commit is contained in:
parent
78830f5ea7
commit
943c6567fc
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ let
|
||||||
pop.pass = target: source: let
|
pop.pass = target: source: let
|
||||||
passPrefix = "${source.dir}/${source.name}";
|
passPrefix = "${source.dir}/${source.name}";
|
||||||
in /* sh */ ''
|
in /* sh */ ''
|
||||||
|
set -efu
|
||||||
|
|
||||||
umask 0077
|
umask 0077
|
||||||
|
|
||||||
if test -e ${quote source.dir}/.git; then
|
if test -e ${quote source.dir}/.git; then
|
||||||
|
|
Loading…
Reference in a new issue