diff options
Diffstat (limited to 'tools/mail_error')
-rwxr-xr-x | tools/mail_error | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/mail_error b/tools/mail_error index 71a08be5..aabb579c 100755 --- a/tools/mail_error +++ b/tools/mail_error @@ -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 |