use $PERL

This commit is contained in:
Andreas Gustafsson 2001-05-10 16:28:57 +00:00
parent 344a21e7c7
commit 67a3554aa6
2 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: start.sh,v 1.37 2001/05/09 21:55:43 gson Exp $
# $Id: start.sh,v 1.38 2001/05/10 16:28:56 gson Exp $
. ./conf.sh
./start.pl $*
$PERL start.pl "$@"

View file

@ -15,7 +15,8 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: stop.sh,v 1.20 2001/05/09 21:55:44 gson Exp $
# $Id: stop.sh,v 1.21 2001/05/10 16:28:57 gson Exp $
. ./conf.sh
./stop.pl $*
$PERL ./stop.pl "$@"