Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-14125] removed code that was messing up remote workspa…
…ce paths
  • Loading branch information
Rob Petti committed Jul 23, 2012
1 parent 1869641 commit e7d5a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/hudson/plugins/perforce/PerforceSCM.java
Expand Up @@ -619,7 +619,6 @@ private String getLocalPathName(FilePath path, boolean isUnix) throws IOExceptio

public static String processPathName(String path, boolean isUnix) {
String pathName = path;
pathName = pathName.replaceAll("\\\\+", "\\\\");
pathName = pathName.replaceAll("/\\./", "/");
pathName = pathName.replaceAll("\\\\\\.\\\\", "\\\\");
pathName = pathName.replaceAll("/+", "/");
Expand Down

0 comments on commit e7d5a1d

Please sign in to comment.