Browse Source

sde-list-download: changed to use $ECHO_E

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
96a989f3b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-list-download

+ 1
- 1
bin/sde-list-download

@ -101,6 +101,6 @@ $SDEROOT/bin/sde-list-pkg ${config:+-c $config} ${extenders:+-e} ${repositories:
output="$output\t$source"
fi
echo -e "$output"
$ECHO_E "$output"
done
done

Loading…
Cancel
Save