mirror of
https://cgit.krebsco.de/krops/
synced 2025-11-10 11:50:12 +00:00
populate pass: set -efu
This commit is contained in:
parent
78830f5ea7
commit
943c6567fc
@ -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…
x
Reference in New Issue
Block a user