summaryrefslogtreecommitdiffstats
path: root/tools/mail_error
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mail_error')
-rwxr-xr-xtools/mail_error4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/mail_error b/tools/mail_error
index 71a08be..aabb579 100755
--- a/tools/mail_error
+++ b/tools/mail_error
@@ -5,7 +5,9 @@
5 5
6function die { echo $1 ; exit 1; } 6function die { echo $1 ; exit 1; }
7 7
8PATH=$HOME/bin:$HOME/local/bin:$PATH 8# Must be export so that sfsnapshot uses correct versions
9# of GNU toolchain
10export PATH=$HOME/bin:$HOME/local/bin:$PATH
9 11
10while getopts "o:m:" c; do 12while getopts "o:m:" c; do
11 case $c in 13 case $c in