Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschoonhoven committed May 2, 2020
1 parent 260e761 commit a0ef173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.23
0.1.24
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ fi
# GET SOURCES
################################################################################

if [ $TOR_IS_CACHED -eq 0 ] ; then
if [ $TOR_IS_CACHED -eq 0 ]; then
echo "[TOR] Downloading ${TOR_SRC_URL}"
wget -q $TOR_SRC_URL

if [ $? - ne 0]; then
if [ $? -ne 0]; then
echo "[TOR] FAILED to obtain ${TOR_SRC_URL}"
exit 1
fi
Expand Down

0 comments on commit a0ef173

Please sign in to comment.