Use "myecho" when using -n option

This commit is contained in:
ceriel 1987-03-26 10:33:30 +00:00
parent 09125cce6b
commit 2f74f819d4

View file

@ -80,7 +80,7 @@ system type: "
exit 10
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
then
case $YESNO in