aboutsummaryrefslogtreecommitdiff
path: root/tor-browser-dl
diff options
context:
space:
mode:
Diffstat (limited to 'tor-browser-dl')
-rwxr-xr-xtor-browser-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-browser-dl b/tor-browser-dl
index e1900fb..3170065 100755
--- a/tor-browser-dl
+++ b/tor-browser-dl
@@ -42,7 +42,7 @@ elif [ -z "$ARCH" ]; then
fi
# Determine the file suffix for stable or alpha
-if ! echo $VERSION | grep -q 'a' then
+if ! echo $VERSION | grep -q 'a'; then
FILE_SUFFIX="_ALL"
fi