From 2a7caf5e32b395eee5d1c840ca8d0c1279489fdd Mon Sep 17 00:00:00 2001 From: Evax Software Date: Fri, 1 Apr 2011 11:49:00 +0200 Subject: Ensure KERL_BASE_DIR is created --- kerl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kerl') diff --git a/kerl b/kerl index 90273e3..48dad92 100755 --- a/kerl +++ b/kerl @@ -29,6 +29,9 @@ KERL_BUILD_DIR=$KERL_BASE_DIR/builds KERL_CONFIGURE_OPTIONS= KERL_MAKE_OPTIONS= +# ensure the base dir exsists +mkdir -p $KERL_BASE_DIR + # source the config file if available if [ -f "$KERL_CONFIG" ]; then . "$KERL_CONFIG"; fi -- cgit v1.2.3