From 5afe7822252ae9be0b2a272d65bb5ffd09d4a84d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 24 Feb 2019 14:45:32 -0500 Subject: Use setopt in up --- bin/up.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/up.sh') diff --git a/bin/up.sh b/bin/up.sh index 36febe7f..07a0b76b 100644 --- a/bin/up.sh +++ b/bin/up.sh @@ -38,8 +38,8 @@ uploadScreen() { upload "${temp}/capture.png" } -args=$(getopt 'hs' $*) -set -- $args +args=$(setopt 'hs' "$@") +eval set -- "$args" for opt; do case "$opt" in (-h) shift; fn=uploadHi;; -- cgit 1.4.1