testing echo
This commit is contained in:
parent
b8a2003a94
commit
6070f88f4f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
script = writeShellScriptBin execName ''
|
script = writeShellScriptBin execName ''
|
||||||
while IFS="" read -r p || [ -n "$p" ]
|
while IFS="" read -r p || [ -n "$p" ]
|
||||||
do
|
do
|
||||||
printf '%s\n' "$p"
|
echo "$p"
|
||||||
done < "${config.repo-clone.pkg}"
|
done < "${config.repo-clone.pkg}"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue