This commit is contained in:
inxi-svn 2008-11-24 00:15:46 +00:00
parent 009bf103a4
commit ae4ab3463b

4
inxi
View file

@ -334,7 +334,7 @@ script_debugger()
print_screen_output() print_screen_output()
{ {
#local print_data="$( echo -e "$1" )" #local print_data="$( echo -e "$1" )"
local print_data="" local print_data="$( echo -e "$1" )"
if [[ $DEBUG -gt 5 ]];then if [[ $DEBUG -gt 5 ]];then
if [[ $KONVI -eq 1 ]];then if [[ $KONVI -eq 1 ]];then
@ -347,7 +347,7 @@ print_screen_output()
fi fi
if [[ $KONVI -eq 1 ]];then if [[ $KONVI -eq 1 ]];then
dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$( echo -e $1 )" dcop "$DCPORT" "$DCOPOBJ" say "$DCSERVER" "$DCTARGET" "$print_data"
else else
echo -e "$print_data\n" echo -e "$print_data\n"
fi fi