Remove PATH restriction

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2006-03-22 14:32:06 +00:00
parent 300a7768a8
commit 087bf1c765

View file

@ -57,8 +57,8 @@
# Paths to commands used in this script. These
# may have to be modified to match your system setup.
PATH=""
# TV: removed PATH restriction. Need to think more about what this means overall
#PATH=""
ECHO="/bin/echo"
GREP="/bin/egrep"