From daefc5df5507aaeb904411e28f11a36558565cb4 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Wed, 26 Sep 2018 22:28:04 -0500 Subject: [PATCH] Change invalid variable name in build-srpms-serial An undefined variable was used to include the common.sh file. This caused that the script could not be used. Change-Id: Iab2852bc493ce4231d4acda0cd3a09d24c7e5f20 Signed-off-by: Erich Cordoba --- build-tools/build-srpms-serial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/build-srpms-serial b/build-tools/build-srpms-serial index fbdd33cb..b3c29b9e 100755 --- a/build-tools/build-srpms-serial +++ b/build-tools/build-srpms-serial @@ -30,7 +30,7 @@ source $BUILD_SRPMS_SERIAL_DIR/git-utils.sh source $BUILD_SRPMS_SERIAL_DIR/spec-utils source $BUILD_SRPMS_SERIAL_DIR/srpm-utils source $BUILD_SRPMS_SERIAL_DIR/classify -source $BUILD_SRPMS_PARALLEL_DIR/build-srpms-common.sh +source $BUILD_SRPMS_SERIAL_DIR/build-srpms-common.sh INITIAL_DIR=$(pwd)