--- /usr/bin/qpkg 2003-04-21 20:23:50.000000000 +1200 +++ qpkg.fixed 2003-04-22 09:20:31.000000000 +1200 @@ -369,9 +369,9 @@ if [ ${verb} -gt 0 ]; then cat else - sed -e "s:\(^obj \)\([^ ]*\)\(.*$\):\1${BR}\2${NO}:; - s:\(^sym \)\([^ ]*\)\( -> \)\([^ ]*\)\(.*$\):\1${CY}\2${NO}\3\4:; - s:\(^dir \)\([^ ]*\)\(.*$\):\1${YL}\2${NO}:" + perl -ne 'print "$1\n" if /^obj (.*) (\S+) (\d+)\s*$/; + print "$1\n" if /^sym (.*) -> .*$/; + print "$1\n" if /^dir (.*)$/;' fi fi