Use "myecho" when using -n option
This commit is contained in:
parent
09125cce6b
commit
2f74f819d4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ system type: "
|
||||||
exit 10
|
exit 10
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo -n "Your system is `ack_sys`, are you satisfied with that? (y/n) "
|
myecho -n "Your system is `ack_sys`, are you satisfied with that? (y/n) "
|
||||||
if read YESNO
|
if read YESNO
|
||||||
then
|
then
|
||||||
case $YESNO in
|
case $YESNO in
|
||||||
|
|
Loading…
Reference in a new issue