Replace unicode separator with ASCII one

This commit is contained in:
Neale Pickett 2010-12-16 21:32:34 -07:00
parent 3469d5027b
commit a2b4bfdba5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ EOF
!l*) !l*)
printf "%s" "$args" printf "%s" "$args"
cdb -q -m $db "$args" | \ cdb -q -m $db "$args" | \
awk '{printf("¦%s", $0);}' awk '{printf("|%s", $0);}'
echo echo
;; ;;
!a*) !a*)