>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> convertDefault.sh will report failure when invoked on Win32 Angus> with files with absolute paths. This patch fixes the problem. Angus> -FILE=`echo $2 | cut -d ':' -f 2` +# Note that Win32 filenames Angus> have the form 'C:\my\file', +# so use everything from the first Angus> ':' to the end of the line. +FILE=`echo $2 | cut -d ':' -f 2-` Angus> Jean-Marc, ok to apply to 13x? Sure. JMarc