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
commit a0f5809e92
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ ExperimentalBootstrap() {
$2
fi
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 "and then run this script again with the --debug flag!"
exit 1

View file

@ -126,7 +126,7 @@ ExperimentalBootstrap() {
$2
fi
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 "and then run this script again with the --debug flag!"
exit 1