1 message in com.perforce.jamming[jamming] Bug (?) report
FromSent OnAttachments
David Abrahams24 Apr 2001 13:12 
Subject:[jamming] Bug (?) report
From:David Abrahams (abra@mediaone.net)
Date:04/24/2001 01:12:36 PM
List:com.perforce.jamming

clearing the grist on a variable seems to "normalize" the path slashes, at least under Win32:

a = <foo>bar/baz ; ECHO $(a:G=) ;

prints:

bar\baz

this behavior is at the very least suprising!

-Dave