##// END OF EJS Templates
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
Thomas Arendsen Hein -
r5275:4287590a default
parent child Browse files
Show More
@@ -18,7 +18,7 b' cd t'
18 echo a > a
18 echo a > a
19 cd ..
19 cd ..
20
20
21 svnpath=`pwd | tr '\\' /`
21 svnpath=`pwd | fix_path`
22 # SVN wants all paths to start with a slash. Unfortunately,
22 # SVN wants all paths to start with a slash. Unfortunately,
23 # Windows ones don't. Handle that.
23 # Windows ones don't. Handle that.
24 expr $svnpath : "\/" > /dev/null
24 expr $svnpath : "\/" > /dev/null
General Comments 0
You need to be logged in to leave comments. Login now