Browse Source

incorrect conditions

master
twogee 7 years ago
parent
commit
603124a79b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/script/runant.pl

+ 2
- 2
src/script/runant.pl View File

@@ -105,12 +105,12 @@ if ($oncygwin) {
}
push @ARGS, "-classpath", "$localpath";
push @ARGS, "-Dant.home=$HOME";
if (!$CYGHOME) {
if ($CYGHOME) {
push @ARGS, "-Dcygwin.user.home=\"$CYGHOME\""
}
push @ARGS, "org.apache.tools.ant.launch.Launcher", @ANT_ARGS;
push @ARGS, @ARGV;
if (!$classpath) {
if ($classpath) {
if ($onnetware) {
# make classpath literally $CLASSPATH
# this is to avoid pushing us over the 512 character limit


Loading…
Cancel
Save