Skip to content

Commit

Permalink
Bump to version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
staktrace committed Sep 4, 2012
1 parent c6f27eb commit 695ce26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reinst.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

FILE=${1-"./fennec-17.0a1.en-US.android-arm.apk"}
FILE=${1-"./fennec-18.0a1.en-US.android-arm.apk"}
if [ ! -f "$FILE" ]; then
FILE="$HOME/zspace/builds/fennec-17.0a1.en-US.android-arm.apk"
FILE="$HOME/zspace/builds/fennec-18.0a1.en-US.android-arm.apk"
echo "Falling back to $FILE" > /dev/stderr
if [ ! -f "$FILE" ]; then
echo "Error: fallback $FILE not found!" > /dev/stderr
Expand Down

0 comments on commit 695ce26

Please sign in to comment.