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:
@@ -74,6 +74,9 @@ else {
|
||||
$bindir = "bin/";
|
||||
}
|
||||
|
||||
# remove extra slashes from $destdir
|
||||
$destdir =~ s:/+:/:g;
|
||||
|
||||
# set debug level
|
||||
if ($verbose && !($debug)) {
|
||||
$debug = 1;
|
||||
|
||||
Reference in New Issue
Block a user