Skip to content
Snippets Groups Projects
Commit efa956dd authored by kohleman's avatar kohleman
Browse files

change mailx to mail on Linux boxes, because mailx is just a symbolic link to...

change mailx to mail on Linux boxes, because mailx is just a symbolic link to /bin/mailx which is not present on all machines

SVN: 12689
parent 37c47352
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ then ...@@ -23,7 +23,7 @@ then
export MAILX="/usr/bin/mailx" export MAILX="/usr/bin/mailx"
else else
export POSTGRES_BIN=/usr/bin export POSTGRES_BIN=/usr/bin
export MAILX="/bin/mailx" export MAILX="/bin/mail"
fi fi
umask 077 umask 077
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment