common/tools/raptor/uh.pl
changeset 791 9054e820b1e6
parent 764 d00048f1b036
child 879 e88616591730
--- a/common/tools/raptor/uh.pl	Mon Nov 23 15:01:01 2009 +0000
+++ b/common/tools/raptor/uh.pl	Thu Nov 26 16:02:05 2009 +0000
@@ -55,6 +55,8 @@
 }
 mkdir($basedir) if (!-d$basedir);
 
+$raptorbitsdir =~ s,/,\\,g; # this is because rmdir doens't cope correctly with the forward slashes
+
 system("rmdir /S /Q $raptorbitsdir") if (-d $raptorbitsdir);
 mkdir($raptorbitsdir);
 #print "Created dir $raptorbitsdir.\n";