no longer using glob

main
Zynh Ludwig 2024-08-01 03:44:50 -07:00
parent 295ea11586
commit 65d3dee18b
1 changed files with 0 additions and 2 deletions

View File

@ -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" ]