aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtor-browser-dl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-browser-dl b/tor-browser-dl
index 3376036..e1900fb 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -41,8 +41,8 @@ elif [ -z "$ARCH" ]; then
ARCH="linux64"
fi
-# Determine the application name
-if echo $VERSION | ! grep -q 'a' then
+# Determine the file suffix for stable or alpha
+if ! echo $VERSION | grep -q 'a' then
FILE_SUFFIX="_ALL"
fi