From 6fae12bd978f8b577cdbad92aab862af4299ae86 Mon Sep 17 00:00:00 2001 From: Evax Software Date: Fri, 8 Apr 2011 11:08:22 +0200 Subject: Allow using KERL_SASL_STARTUP prepending it to the command line --- kerl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kerl') 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 -- cgit v1.2.3