diff options
author | Evax Software <[email protected]> | 2011-04-01 11:49:00 +0200 |
---|---|---|
committer | Evax Software <[email protected]> | 2011-04-01 11:49:00 +0200 |
commit | 2a7caf5e32b395eee5d1c840ca8d0c1279489fdd (patch) | |
tree | 83f3dae7873316468f7c5a13aae1fc0794087293 | |
parent | e6ccb3de86f2efc24d7e9df2ccb2789465481faf (diff) | |
download | kerl-2a7caf5e32b395eee5d1c840ca8d0c1279489fdd.tar.gz kerl-2a7caf5e32b395eee5d1c840ca8d0c1279489fdd.tar.bz2 kerl-2a7caf5e32b395eee5d1c840ca8d0c1279489fdd.zip |
Ensure KERL_BASE_DIR is created
-rwxr-xr-x | kerl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |