summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/bin/fx-download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/bin/fx-download.sh')
-rw-r--r--addon-sdk/source/bin/fx-download.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/addon-sdk/source/bin/fx-download.sh b/addon-sdk/source/bin/fx-download.sh
deleted file mode 100644
index 690208a38..000000000
--- a/addon-sdk/source/bin/fx-download.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$JPM_FX_DEBUG" = "1" ]; then
- fx-download --branch nightly -c prerelease --host ftp.mozilla.org ../firefox --debug
-else
- fx-download --branch nightly -c prerelease --host ftp.mozilla.org ../firefox
-fi