From 4b41b9c9dc8454e8c130ab7d3978c94cfe112673 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 31 Dec 2016 17:38:50 -0500 Subject: [PATCH] - Fixed formatting a bit on 'the dangerous tool.' --- tools/fix-llvm-3.8-ubuntu.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/fix-llvm-3.8-ubuntu.sh b/tools/fix-llvm-3.8-ubuntu.sh index 978359201d..2dafc2c346 100755 --- a/tools/fix-llvm-3.8-ubuntu.sh +++ b/tools/fix-llvm-3.8-ubuntu.sh @@ -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