Skip to content

Commit

Permalink
Use [ instead of [[ in jldownload
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Apr 24, 2014
1 parent 660716c commit e792361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/jldownload
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
exit 1
fi

if [[ -z "$JLDOWNLOAD_PREFER_MIRROR" ]]; then
if [ -z "$JLDOWNLOAD_PREFER_MIRROR" ]; then
$GETURL $URL || $GETURL $MIRROR_URL
else
# Still try downloading from the original URL if the mirror fails.
Expand Down

0 comments on commit e792361

Please sign in to comment.