You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/01/14 00:14:54 UTC

svn commit: r495998 - /incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/bin/servicemix

Author: gnodet
Date: Sat Jan 13 15:14:53 2007
New Revision: 495998

URL: http://svn.apache.org/viewvc?view=rev&rev=495998
Log:
Remove warning under os400. Thanks Gert Vanthienen !

Modified:
    incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/bin/servicemix

Modified: incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/bin/servicemix
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/bin/servicemix?view=diff&rev=495998&r1=495997&r2=495998
==============================================================================
--- incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/bin/servicemix (original)
+++ incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/bin/servicemix Sat Jan 13 15:14:53 2007
@@ -86,7 +86,7 @@
     fi
     
     # Increase the maximum file descriptors if we can
-    if [ "$cygwin" = "false" ]; then
+    if !($cygwin | $os400); then
         MAX_FD_LIMIT=`ulimit -H -n`
         if [ $? -eq 0 ]; then
             if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ]; then