Comment 2 for bug 276617

Revision history for this message
Portable-Jim (christian-chess-geek) wrote :

Changes (old file to new):
< `ls -F ${IMG_DIR} | grep -v '/' | sed -e s/"^"/"\""/ | \
< sed -e s/"\.iso$"/'\.iso\" \"\" \\ '/` 2>${L_TMPFILE}
---
> `ls -Fsh --show-control-chars ${IMG_DIR} | sed -e s/"\.iso@"/"\.iso"/ | \
> sed -e s/"\.iso@"/"\.iso"/ | \
> while read c1 c2; do c2="$(printf '%-20s\n' "$c2")"; echo "$c2 $c1"; done | \
> grep -v " 0$" | grep -v '/' | grep ".iso"` 2>${L_TMPFILE}