mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* `touch' might not be in $PATH.
This commit is contained in:
parent
b545c669a0
commit
88acffa20a
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
touch $out
|
|
||||||
# Use `>>'; without proper locking this will cause text duplication.
|
# Use `>>'; without proper locking this will cause text duplication.
|
||||||
echo -n $(cat $inputs)$text >> $out
|
echo -n $(cat $inputs)$text >> $out
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue