Quote $@ where needed
This commit is contained in:
parent
dfca1ede69
commit
8ee22f3038
3 changed files with 3 additions and 6 deletions
|
@ -47,5 +47,4 @@ menu() {
|
|||
st -f Monospace-50 -e "$0" timerrun "$TIMEINPUT"
|
||||
}
|
||||
|
||||
# shellcheck disable=SC2068
|
||||
if [ $# -gt 0 ]; then $@; else menu; fi
|
||||
if [ $# -gt 0 ]; then "$@"; else menu; fi
|
Loading…
Add table
Add a link
Reference in a new issue