diff options
| author | EuAndreh <eu@euandre.org> | 2023-07-12 09:35:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-07-12 09:35:42 -0300 |
| commit | e4637c6a9f38b5c77a0522f6262adbfaccf9a11a (patch) | |
| tree | 4c63396632e0709afd164e858f96e55eeffa53d0 | |
| parent | bin/gc: Allow word splitting (ShellCheck offense) (diff) | |
| download | dotfiles-e4637c6a9f38b5c77a0522f6262adbfaccf9a11a.tar.gz dotfiles-e4637c6a9f38b5c77a0522f6262adbfaccf9a11a.tar.xz | |
bin/gc: Add missing attribution to $CMD
| -rwxr-xr-x | bin/gc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ done BEFORE="$(disk)" for type in "$@"; do + CMD=gc_"$type" set -x "$CMD" { set +x; } 2>/dev/null |
