You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/03/05 00:13:13 UTC

svn commit: r1078205 - /apr/apr/trunk/build/NWGNUenvironment.inc

Author: fuankg
Date: Fri Mar  4 23:13:13 2011
New Revision: 1078205

URL: http://svn.apache.org/viewvc?rev=1078205&view=rev
Log:
NetWare build overhaul in order to compile on Linux.

Fix a c&p error.

Modified:
    apr/apr/trunk/build/NWGNUenvironment.inc

Modified: apr/apr/trunk/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/NWGNUenvironment.inc?rev=1078205&r1=1078204&r2=1078205&view=diff
==============================================================================
--- apr/apr/trunk/build/NWGNUenvironment.inc (original)
+++ apr/apr/trunk/build/NWGNUenvironment.inc Fri Mar  4 23:13:13 2011
@@ -242,7 +242,7 @@ endif
 CFLAGS += -prefix apr_arch_pre_nw.h
 
 
-ifeq ($(findstring /sh,$(SHELL)),/sh)
+ifneq ($(findstring /sh,$(SHELL)),/sh)
 PATH:=$(PATH);$(METROWERKS)\bin;$(METROWERKS)\Other Metrowerks Tools\Command Line Tools
 endif