mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29: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
|
||||
passPrefix = "${source.dir}/${source.name}";
|
||||
in /* sh */ ''
|
||||
set -efu
|
||||
|
||||
umask 0077
|
||||
|
||||
if test -e ${quote source.dir}/.git; then
|
||||
|
|
Loading…
Reference in a new issue