aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-04-13 15:16:46 -0500
committerMark Allen <[email protected]>2016-04-13 15:16:46 -0500
commitbf38e6c600826b9f759555f9a74e947d1fbb5a52 (patch)
treed55b2f75466d01c00b382bd4ff4ac96d68637952
parent961cdb0e8c1088a5995f4161596c430caa26d08c (diff)
parent3a3a7461548b8ef28989a49829529ce26614b4d4 (diff)
downloadkerl-bf38e6c600826b9f759555f9a74e947d1fbb5a52.tar.gz
kerl-bf38e6c600826b9f759555f9a74e947d1fbb5a52.tar.bz2
kerl-bf38e6c600826b9f759555f9a74e947d1fbb5a52.zip
Merge pull request #115 from ten0s/master
Use dot instead of source
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 55b6352..e90ba5e 100755
--- a/kerl
+++ b/kerl
@@ -70,7 +70,7 @@ KERL_BUILD_PLT=
mkdir -p "$KERL_BASE_DIR" || exit 1
# source the config file if available
-if [ -f "$KERL_CONFIG" ]; then source "$KERL_CONFIG"; fi
+if [ -f "$KERL_CONFIG" ]; then . "$KERL_CONFIG"; fi
if [ -n "$_KCO" ]; then
KERL_CONFIGURE_OPTIONS="$_KCO"