mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
* Remove debugging code.
This commit is contained in:
parent
116e939d57
commit
deb75bb414
@ -1,17 +1,8 @@
|
|||||||
export PATH=/bin:/usr/bin:$PATH
|
export PATH=/bin:/usr/bin:$PATH
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user