From 2f74f819d47ed8daac7728fef4a21428de44378d 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 867a0a0c3..7947ece8a 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 -- 2.34.1