On Sun, 20 Jul 2008, Santiago Vila wrote:
Ok, I'm going to change the current line:
echo "\\n"
I suggested
echo '\\n'
But did not see a reply.
There are a few other \n's in double-quotes:
gauge:11:echo "The new\n\
gauge0:12:echo "The new\n\
gauge0-input-fd:14:echo "The new\n\
gauge2:11:echo '\\n'
gauge3:12:echo "The new\n\
Changing to single-quotes seems to work...
to this
echo ""
echo ""
in the Debian package, unless someone has a better idea.
Thanks.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]