no longer using glob
This commit is contained in:
parent
295ea11586
commit
65d3dee18b
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ in
|
|||
let
|
||||
execName = service;
|
||||
script = writeShellScriptBin execName ''
|
||||
# Include hidden files when globbing later
|
||||
shopt -s nullglob dotglob
|
||||
set -xv
|
||||
|
||||
while IFS="" read -r p || [ -n "$p" ]
|
||||
|
|
Loading…
Reference in a new issue