mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- Fixed formatting a bit on 'the dangerous tool.'
This commit is contained in:
parent
5d849f0ac9
commit
4b41b9c9dc
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue