mirror of https://github.com/acidanthera/audk.git
modified edk2/BaseTools/BuildEnv:
Minor cleanup: Conf/BuildEnv.sh2 -> Conf/BuildEnv.sh git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4387 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
66dcb2f08a
commit
2dffc141fb
|
@ -44,7 +44,7 @@ RestorePreviousConfiguration() {
|
|||
#
|
||||
# Restore previous configuration
|
||||
#
|
||||
PREVIOUS_CONF_FILE=Conf/BuildEnv.sh2
|
||||
PREVIOUS_CONF_FILE=Conf/BuildEnv.sh
|
||||
if [ -e $PREVIOUS_CONF_FILE ]
|
||||
then
|
||||
echo Loading previous configuration from \$WORKSPACE/$PREVIOUS_CONF_FILE
|
||||
|
@ -79,7 +79,7 @@ StoreCurrentConfiguration() {
|
|||
# Write configuration to a shell script to allow for configuration to be
|
||||
# easily reloaded.
|
||||
#
|
||||
OUTPUT_FILE=Conf/BuildEnv.sh2
|
||||
OUTPUT_FILE=Conf/BuildEnv.sh
|
||||
#echo Storing current configuration into \$WORKSPACE/$OUTPUT_FILE
|
||||
OUTPUT_FILE=$WORKSPACE/$OUTPUT_FILE
|
||||
echo "# Auto-generated by ${BASH_SOURCE[0]}" > $OUTPUT_FILE
|
||||
|
|
Loading…
Reference in New Issue