Displaying 1 result from an estimated 1 matches for "651c651".
2005 Dec 17
0
wine and winetools on freebsd
...t;grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
630c630
< PROGRESS="`ls -l "$sysname" 2>/dev/null | awk '{print $5}'`"
---
> PROGRESS="`ls -l "$sysname" 2>/dev/null |sed -e \"s/\ \+/,/g\"|cut -d\, -f5`"
651c651
< PROGRESS="`ls -l "$sysname" | awk '{print $5}'`"
---
> PROGRESS="`ls -l "$sysname" |sed -e \"s/\ \+/,/g\"|cut -d\, -f5`"
782c782
< SYSTEM_PATH_WIN=`echo $SYSTEM_PATH_REG |cut -d\" -f 4`
---
> SYSTEM...