From e750da376e4b205abb264cb1c73e655a67bcee04 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 17 Jan 2020 15:35:44 -0800 Subject: [PATCH] devops: fix firefox's archive.sh --- browser_patches/firefox/archive.sh | 6 ------ 1 file changed, 6 deletions(-) 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"