mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
c87f83831d
af7133332a...d8ba32821e
--HG--
extra : rebase_source : 79cbc82f8c7159ed4fe109c83e72b18d7c61165a
8 lines
220 B
Bash
8 lines
220 B
Bash
#!/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
|