mirror of
https://cgit.krebsco.de/krops/
synced 2025-01-13 03:36:51 +00:00
populate check: mkdir's verbose output to stderr
This commit is contained in:
parent
ce37b2a9c2
commit
4ce5dae7bc
@ -8,7 +8,7 @@ let
|
||||
sentinelFile = "${target.path}/.populate";
|
||||
in shell' target /* sh */ ''
|
||||
${optionalString force /* sh */ ''
|
||||
mkdir -vp ${quote (dirOf sentinelFile)}
|
||||
mkdir -vp ${quote (dirOf sentinelFile)} >&2
|
||||
touch ${quote sentinelFile}
|
||||
''}
|
||||
if ! test -f ${quote sentinelFile}; then
|
||||
|
Loading…
Reference in New Issue
Block a user