From 6367977a83fe1c520b8f57a82c5fffd02704d550 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 24 Nov 2008 04:46:00 +0000 Subject: [PATCH] (no version change) Added comment explanation for echo -ne main print --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index b494ec0..30614f3 100755 --- a/inxi +++ b/inxi @@ -357,6 +357,7 @@ print_screen_output() print_data="$( tr '\n' ' ' <<< "$print_data" )" dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data" else + # the -n is needed to avoid double spacing of output in terminal echo -ne "$print_data\n" fi }