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 <erich.cordoba.malibran@intel.com>
This commit is contained in:
Erich Cordoba 2018-09-26 22:28:04 -05:00
parent 91f3b6f899
commit daefc5df55
1 changed files with 1 additions and 1 deletions

View File

@ -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)