From 2cac54269ca3aa75e389bdd5dc39b0d3aa9054c8 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Wed, 18 Dec 2019 20:41:27 +0100 Subject: [PATCH] fix raw install --- scripts/rawinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rawinstall.sh b/scripts/rawinstall.sh index e4ad00c..6d62347 100755 --- a/scripts/rawinstall.sh +++ b/scripts/rawinstall.sh @@ -6,7 +6,7 @@ echo echo "Please report any issues you encounter to: https://github.com/curusarn/resh/issues" echo -if [ "$1" = "--test" ] || [ "$1" = "-t" ]; then +if [ "${1-}" = "--test" ] || [ "${1-}" = "-t" ]; then echo "Looking for the latest release or PRERELEASE (because you used --test flag) ..." # debug # latest release OR pre-release