Skip to content

Commit 6e32395

Browse files
committed
fix shellcheck
1 parent 5c36a85 commit 6e32395

3 files changed

Lines changed: 2 additions & 295 deletions

File tree

examples/argfile/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
download

examples/argfile/download

Lines changed: 0 additions & 294 deletions
This file was deleted.

lib/bashly/views/command/argfile_helpers.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
> [[ "$arg" =~ ^\"(.*)\"$ || "$arg" =~ ^\'(.*)\'$ ]] && arg="${BASH_REMATCH[1]}"
3030
> argfile_input+=("$arg")
3131
> fi
32-
> done < "$argfile_path"
32+
> done <"$argfile_path"
3333
>
3434
> argfile_input+=("$@")
3535
> }

0 commit comments

Comments
 (0)