Browse Source

forgot to save some files

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273367 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
d7e86a8f8c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java View File

@@ -150,7 +150,7 @@ public abstract class MSVSS extends Task {
projectPath = vssPath;
}

if (projectPath.charAt(0) == '$') {
if (projectPath.startsWith(PROJECT_PREFIX)) {
m_vssPath = projectPath;
} else {
m_vssPath = PROJECT_PREFIX + projectPath;


Loading…
Cancel
Save