tweak path logic

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3105 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-12-01 22:17:16 +00:00
parent e0dba0c022
commit 7c875d8b56
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public final class WalaProperties {
l = l.replace("update@", "");
}
if (l.startsWith("reference:file:")) {
return l.replace("reference:file:/","");
return l.replace("reference:file:","");
} else {
return install + File.separator + l;
}