Remove extra slashes from xpt_link command line arguments to fix its use

on Windows/Cygwin.


git-svn-id: svn://10.0.0.236/trunk@175192 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmp%mozilla.org
2005-06-28 02:31:04 +00:00
parent 3f29872a45
commit 384f7d1a3c

View File

@@ -74,6 +74,9 @@ else {
$bindir = "bin/";
}
# remove extra slashes from $destdir
$destdir =~ s:/+:/:g;
# set debug level
if ($verbose && !($debug)) {
$debug = 1;