Fix a spell problem

This commit is contained in:
Teddysun 2014-05-05 15:04:32 +08:00
parent 317096fa3e
commit 68d4ce98b3

View File

@ -67,7 +67,7 @@ function pre_install(){
dd if=/dev/tty bs=1 count=1 2> /dev/null
stty -raw
stty echo
stty 1SAVEDSTTY
stty $SAVEDSTTY
}
echo ""
echo "Press any key to start...or Press Ctrl+C to cancel"