You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/01/19 16:36:19 UTC

svn commit: r1559508 - /manifoldcf/trunk/framework/scripts-combined/start-combined.sh

Author: kwright
Date: Sun Jan 19 15:36:18 2014
New Revision: 1559508

URL: http://svn.apache.org/r1559508
Log:
Debug linux scripts -- part of CONNECTORS-862.

Modified:
    manifoldcf/trunk/framework/scripts-combined/start-combined.sh

Modified: manifoldcf/trunk/framework/scripts-combined/start-combined.sh
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/scripts-combined/start-combined.sh?rev=1559508&r1=1559507&r2=1559508&view=diff
==============================================================================
--- manifoldcf/trunk/framework/scripts-combined/start-combined.sh (original)
+++ manifoldcf/trunk/framework/scripts-combined/start-combined.sh Sun Jan 19 15:36:18 2014
@@ -16,9 +16,9 @@
 # limitations under the License.
 
 if [[ $OSTYPE == "cygwin" ]] ; then
-    OPTIONSFILE="jetty-options.env.win"
+    OPTIONSFILE="combined-options.env.win"
 else
-    OPTIONSFILE="jetty-options.env.unix"
+    OPTIONSFILE="combined-options.env.unix"
 fi
 
 #Make sure environment variables are properly set