diff options
author | EuAndreh <eu@euandre.org> | 2023-07-12 07:50:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-12 07:50:34 -0300 |
commit | a33e309c4c7f805041e767ca0ec59dbce009e0cf (patch) | |
tree | 0916585e68d957da2b266031b441228a3c890e18 /bin | |
parent | bin/gc: Make it more flexible by accepting multiple TYPE arguments (diff) | |
download | dotfiles-a33e309c4c7f805041e767ca0ec59dbce009e0cf.tar.gz dotfiles-a33e309c4c7f805041e767ca0ec59dbce009e0cf.tar.xz |
bin/gc: Allow word splitting (ShellCheck offense)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ vcs ' if [ $# -eq 0 ]; then + # shellcheck disable=2086 set -- $TYPES fi |