- Fixed formatting a bit on 'the dangerous tool.'

This commit is contained in:
Rachael Alexanderson 2016-12-31 17:38:50 -05:00
parent 5d849f0ac9
commit 4b41b9c9dc

View file

@ -1,4 +1,9 @@
read -p "This tool adds in missing CMAKE stuff to your llvm-3.8 package. This requires super-user access. This tool is only meant for convenience and is possibly very dangerous. Rude things may tend to occur when using this tool. Are you sure you want to use this tool?" -n 1 -r
echo This tool adds in missing CMAKE stuff to your llvm-3.8 package.
echo This requires super-user access. This tool is only meant for
echo convenience and is possibly very dangerous. Rude things may tend
echo to occur when using this tool.
echo
read -p "Are you sure you want to use this tool? " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then