This commit is contained in:
inxi-svn 2008-11-24 00:02:30 +00:00
parent f14431aecc
commit 044e6eccbe

2
inxi
View file

@ -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
}