From: ceriel Date: Thu, 26 Mar 1987 10:33:30 +0000 (+0000) Subject: Use "myecho" when using -n option X-Git-Tag: release-5-5~4335 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2f74f819d47ed8daac7728fef4a21428de44378d;p=ack.git Use "myecho" when using -n option --- 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