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:
parent
91f3b6f899
commit
daefc5df55
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user