[Nagiosplug-checkins] CVS: nagiosplug/tools mail_error,1.3,1.4
Ton Voon
tonvoon at users.sourceforge.net
Wed Oct 15 12:33:07 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv25832
Modified Files:
mail_error
Log Message:
Need to export PATH for sfsnapshot to get correct GNU toolchain
Index: mail_error
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/tools/mail_error,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mail_error 24 Mar 2003 02:57:50 -0000 1.3
--- mail_error 15 Oct 2003 19:27:56 -0000 1.4
***************
*** 6,10 ****
function die { echo $1 ; exit 1; }
! PATH=$HOME/bin:$HOME/local/bin:$PATH
while getopts "o:m:" c; do
--- 6,12 ----
function die { echo $1 ; exit 1; }
! # Must be export so that sfsnapshot uses correct versions
! # of GNU toolchain
! export PATH=$HOME/bin:$HOME/local/bin:$PATH
while getopts "o:m:" c; do
More information about the Commits
mailing list