You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2009/07/08 14:55:54 UTC

svn commit: r792125 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c

Author: odeakin
Date: Wed Jul  8 12:55:53 2009
New Revision: 792125

URL: http://svn.apache.org/viewvc?rev=792125&view=rev
Log:
Update to previous commit - it makes more sense to have the = on the end to make sure we have the correct property.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c?rev=792125&r1=792124&r2=792125&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c Wed Jul  8 12:55:53 2009
@@ -860,7 +860,7 @@
            /* Ignore classpath defines for -jar */
            /* XXX -cp is accepted ??? */
            /* if user overrides bootclasspath, skip bootclasspath defines */
-           if ( (isStandaloneJar && 0 == strncmp (props[l].key, "-Djava.class.path", 17))
+           if ( (isStandaloneJar && 0 == strncmp (props[l].key, "-Djava.class.path=", 18))
                || (ignoreBCP && 0 == strncmp (props[l].key, "-Xbootclasspath", 15)) )
            {
                props[l].key[0] = '\0';