diff --git a/browser_patches/firefox/archive.sh b/browser_patches/firefox/archive.sh index 1c845e4b1a..e173a93721 100755 --- a/browser_patches/firefox/archive.sh +++ b/browser_patches/firefox/archive.sh @@ -10,12 +10,6 @@ if [[ ("$1" == "-h") || ("$1" == "--help") ]]; then exit 0 fi -if [[ $# != 1 ]]; then - echo "error: missing zip output path" - echo "try '$(basename $0) --help' for details" - exit 1 -fi - ZIP_PATH=$1 if [[ $ZIP_PATH != /* ]]; then echo "ERROR: path $ZIP_PATH is not absolute"