From 044e6eccbe62c2b9938f88fa90f56647ce89703b Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 24 Nov 2008 00:02:30 +0000 Subject: [PATCH] test --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 6f9be58..3d4f27c 100755 --- a/inxi +++ b/inxi @@ -348,7 +348,7 @@ print_screen_output() if [[ $KONVI -eq 1 ]];then dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data" else - echo -ne "$print_data\n" + echo -e "$print_data\n" fi }