This commit is contained in:
inxi-svn 2008-11-23 23:57:36 +00:00
parent 8efcaa874b
commit cce69a384f

2
inxi
View file

@ -346,7 +346,7 @@ print_screen_output()
if [[ $KONVI -eq 1 ]];then if [[ $KONVI -eq 1 ]];then
dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data" dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data"
else else
echo -ne "$print_data\n" echo -e "$print_data\n"
fi fi
} }