From 6a7b8761bf1167a78049073f6452deec7bb20a6c Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Tue, 7 Apr 2015 18:07:42 -0700 Subject: [PATCH] Fix makexpi when used in build-a-release mode. --- makexpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makexpi.sh b/makexpi.sh index 06464cc74434..5e4d8b38e520 100755 --- a/makexpi.sh +++ b/makexpi.sh @@ -44,7 +44,7 @@ if [ -n "$1" ] && [ "$2" != "--no-recurse" ] && [ "$1" != "--fast" ] ; then # Now escape from the horrible mess we've made cd .. - XPI_NAME="$APP_NAME-$1.xpi" + XPI_NAME="$APP_NAME-$1" # In this mad recursive situation, sometimes old buggy build scripts make # the xpi as ./pkg :( if ! cp $SUBDIR/pkg/$XPI_NAME pkg/ ; then