Skip to content

Commit 8a502cf

Browse files
committed
[css2] Removed "-n" from echo.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401152
1 parent 10b7280 commit 8a502cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/Attic/issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ prn ()
3737
if [ $ARCH = "Linux" ]; then
3838
echo -e "$* \c"
3939
else
40-
echo -n "$*"
40+
echo "$*\c"
4141
fi
4242
}
4343

css2/bin/issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ prn ()
3737
if [ $ARCH = "Linux" ]; then
3838
echo -e "$* \c"
3939
else
40-
echo -n "$*"
40+
echo "$*\c"
4141
fi
4242
}
4343

0 commit comments

Comments
 (0)