6-prerelease5
This commit is contained in:
@@ -163,9 +163,8 @@ function handleExport() {
|
||||
# writeToLog "Handling $exportScript (function ran)\n"
|
||||
if [ -z $testExport ]; then
|
||||
writeToLog "testExport not set\n"
|
||||
|
||||
writeToLog "Backing up $exportScript to $exportBackupScript"
|
||||
cp -f $exportScript $exportBackupScript
|
||||
cp $exportScript $exportBackupScript 2>/dev/null
|
||||
returnStatus
|
||||
backupExportScriptChk=$?
|
||||
else
|
||||
@@ -183,7 +182,7 @@ function handleExport() {
|
||||
fi
|
||||
|
||||
writeToLog "Appending $runningDir/add-to-export-sh.txt to $exportScript"
|
||||
cat $runningDir/add-to-export-sh.txt >> $exportScript
|
||||
echo cat $runningDir/add-to-export-sh.txt >> $exportScript
|
||||
returnStatus
|
||||
exportCatChk=$?
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@ testan:
|
||||
x bash reinstall-esp-idf.sh cl
|
||||
x bash reinstall-esp-idf.sh interactive
|
||||
x bash reinstall-esp-idf.sh i
|
||||
bash reinstall-esp-idf.sh nuke
|
||||
bash reinstall-esp-idf.sh n
|
||||
x bash reinstall-esp-idf.sh nuke
|
||||
x bash reinstall-esp-idf.sh n
|
||||
bash reinstall-esp-idf.sh cron
|
||||
bash reinstall-esp-idf.sh c
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
6-prerelease4
|
||||
6-prerelease5
|
||||
Reference in New Issue
Block a user