mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
* More debugging.
This commit is contained in:
parent
55b84357a1
commit
116e939d57
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ env
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
touch $out
|
touch $out
|
||||||
|
echo CAT1
|
||||||
|
cat $inputs
|
||||||
|
echo CAT2
|
||||||
|
echo -n $(cat $inputs)$text
|
||||||
|
echo CAT3
|
||||||
|
|
||||||
|
|
||||||
# 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…
Add table
Add a link
Reference in a new issue