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


Reply via email to