aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
authorEvax Software <[email protected]>2011-04-08 11:08:22 +0200
committerEvax Software <[email protected]>2011-04-08 11:08:22 +0200
commit6fae12bd978f8b577cdbad92aab862af4299ae86 (patch)
treec0347ae4495e07cf2695849c2361781aac803388 /kerl
parent1d2fd523df44102a1b1ceb2310d921982b6d11c3 (diff)
downloadkerl-6fae12bd978f8b577cdbad92aab862af4299ae86.tar.gz
kerl-6fae12bd978f8b577cdbad92aab862af4299ae86.tar.bz2
kerl-6fae12bd978f8b577cdbad92aab862af4299ae86.zip
Allow using KERL_SASL_STARTUP prepending it to the command line
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl6
1 files changed, 6 insertions, 0 deletions
diff --git a/kerl b/kerl
index e50dcc5..4b2d109 100755
--- a/kerl
+++ b/kerl
@@ -29,6 +29,9 @@ KERL_BUILD_DIR=$KERL_BASE_DIR/builds
if [ -n "$KERL_CONFIGURE_OPTIONS" ]; then
_KCO="$KERL_CONFIGURE_OPTIONS"
fi
+if [ -n "$KERL_SASL_STARTUP" ]; then
+ _KSS="$KERL_SASL_STARTUP"
+fi
KERL_CONFIGURE_OPTIONS=
KERL_DISABLE_AGNER=
KERL_SASL_STARTUP=
@@ -42,6 +45,9 @@ if [ -f "$KERL_CONFIG" ]; then . "$KERL_CONFIG"; fi
if [ -n "$_KCO" ]; then
KERL_CONFIGURE_OPTIONS="$_KCO"
fi
+if [ -n "$_KSS" ]; then
+ KERL_SASL_STARTUP="$_KSS"
+fi
if [ -z "$KERL_SASL_STARTUP" ]; then
INSTALL_OPT=-minimal