search for: system_path_win

Displaying 1 result from an estimated 1 matches for "system_path_win".

2005 Dec 17
0
wine and winetools on freebsd
...; 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_PATH_WIN=`echo $SYSTEM_PATH_REG |cut --delimiter=\" --fields=4`