From f9d2f135403391965d26a6da5dce53bf6f8d001f Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 20 Nov 2019 10:08:55 -0800 Subject: [PATCH] devops: fix firefox archiving script --- browser_patches/firefox/archive.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_patches/firefox/archive.sh b/browser_patches/firefox/archive.sh index 68885ffd88..b14e839c89 100755 --- a/browser_patches/firefox/archive.sh +++ b/browser_patches/firefox/archive.sh @@ -35,6 +35,7 @@ createZIPForLinuxOrMac() { } trap "cd $(pwd -P)" EXIT +cd "$(dirname $0)" cd checkout if [[ "$(uname)" == "Darwin" ]]; then