Merge pull request #3314 from Mechazawa/fix/3311

Change fatal warning to a fatal message
This commit is contained in:
Brad Warren
2016-07-22 09:37:14 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ ExperimentalBootstrap() {
$2 $2
fi fi
else else
echo "WARNING: $1 support is very experimental at present..." echo "FATAL: $1 support is very experimental at present..."
echo "if you would like to work on improving it, please ensure you have backups" echo "if you would like to work on improving it, please ensure you have backups"
echo "and then run this script again with the --debug flag!" echo "and then run this script again with the --debug flag!"
exit 1 exit 1
@@ -126,7 +126,7 @@ ExperimentalBootstrap() {
$2 $2
fi fi
else else
echo "WARNING: $1 support is very experimental at present..." echo "FATAL: $1 support is very experimental at present..."
echo "if you would like to work on improving it, please ensure you have backups" echo "if you would like to work on improving it, please ensure you have backups"
echo "and then run this script again with the --debug flag!" echo "and then run this script again with the --debug flag!"
exit 1 exit 1