This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
logic was inverted
master
Stefan Bodewig
7 years ago
parent
9b116505b0
commit
d43d83e019
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/script/runant.pl
+ 1
- 1
src/script/runant.pl
View File
@@ -94,7 +94,7 @@ my $classpath = $ENV{CLASSPATH};
if ($oncygwin) {
$localpath = `cygpath --path --windows $localpath`;
chomp ($localpath);
if (
!
$classpath) {
if ($classpath) {
$classpath = `cygpath --path --windows "$classpath"`;
chomp ($classpath);
}
Write
Preview
Loading…
Cancel
Save