debugging
parent
80b45147e7
commit
c5f2826c5d
|
@ -17,6 +17,7 @@ in
|
||||||
script = writeShellScriptBin execName ''
|
script = writeShellScriptBin execName ''
|
||||||
# Include hidden files when globbing later
|
# Include hidden files when globbing later
|
||||||
shopt -s nullglob dotglob
|
shopt -s nullglob dotglob
|
||||||
|
set -xv
|
||||||
|
|
||||||
while IFS="" read -r p || [ -n "$p" ]
|
while IFS="" read -r p || [ -n "$p" ]
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue