From e6aae3dc73fdcc2c5c7448baad9f538651c36e80 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 26 Mar 1987 10:33:30 +0000 Subject: [PATCH] Use "myecho" when using -n option --- first/first | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first/first b/first/first index 867a0a0c..7947ece8 100755 --- a/first/first +++ b/first/first @@ -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