Skip to content

Commit

Permalink
Merge pull request cms-sw#165 from nclopezo/fix-typo-build-ib-patch
Browse files Browse the repository at this point in the history
Fixed typo in build-cmssw-ib-with-patch
  • Loading branch information
ktf committed Oct 21, 2014
2 parents c347880 + 142ef2a commit 2d24a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmssw-ib-with-patch
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ for x in `curl -k -s $CONFIG_MAP_URL | grep ADDITIONAL_TESTS= | grep "SCRAM_ARCH
done

# This part is needed to drive the installation on afs for different OS.
OS=`echo $ARCHITECTURE | cut -d"_" -f 1"`
OS=`echo $ARCHITECTURE | cut -d"_" -f 1`
echo TRIGGERING_RELEASE=${RELEASE_QUEUE}_${DATE_FORMAT} > $WORKSPACE/install_$OS
echo TRIGGERING_ARCHITECTURE=${ARCHITECTURE} >> $WORKSPACE/install_$OS
echo ARCHITECTURE=${ARCHITECTURE} >> $WORKSPACE/install_$OS

0 comments on commit 2d24a8d

Please sign in to comment.