Commit f6082818 authored by Ben Loveridge's avatar Ben Loveridge Committed by Vincent Driessen

set EXPR_COMPAT=1 if running inside freebsd so shFlags works correctly

Signed-off-by: 's avatarVincent Driessen <vincent@3rdcloud.com>
parent 679f05f4
......@@ -37,6 +37,9 @@
# policies, either expressed or implied, of Vincent Driessen.
#
# set this to workaround expr problems in shFlags on freebsd
if uname -s | egrep -iq 'bsd'; then export EXPR_COMPAT=1; fi
# enable debug mode
if [ "$DEBUG" = "yes" ]; then
set -x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment