mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
Need to export PATH for sfsnapshot to get correct GNU toolchain
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@747 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
e4354556c3
commit
82ffcf87b6
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
function die { echo $1 ; exit 1; }
|
||||
|
||||
PATH=$HOME/bin:$HOME/local/bin:$PATH
|
||||
# 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
|
||||
case $c in
|
||||
|
|
|
|||
Loading…
Reference in a new issue