Browse Source

sde-download: fixed dump-tokenized.sh to work again

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
86c8778fc1
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      lib/sde-download/dump-tokenized.sh

+ 1
- 2
lib/sde-download/dump-tokenized.sh

@ -19,5 +19,4 @@
# here)
#
set -x
echo "${0%/*}/dump.sh" "$@" #| sed -e "s,[\r\t\"'<>= /],\n,g"
exec "${0%/*}/dump.sh" "$@" | sed -e "s,[\r\t\"'<>= /],\n,g"

Loading…
Cancel
Save