You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/02 19:27:14 UTC

svn commit: rev 37401 - forrest/trunk/src/core/bin

Author: crossley
Date: Thu Sep  2 10:27:13 2004
New Revision: 37401

Modified:
   forrest/trunk/src/core/bin/forrest
Log:
Revert the shell invocation line to be /bin/sh
Users should follow the build instructions and set FORREST_HOME.
Issue: FOR-251


Modified: forrest/trunk/src/core/bin/forrest
==============================================================================
--- forrest/trunk/src/core/bin/forrest	(original)
+++ forrest/trunk/src/core/bin/forrest	Thu Sep  2 10:27:13 2004
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # Copyright 2002-2004 The Apache Software Foundation
 #