diff options
Diffstat (limited to 'modules/create_module.sh')
-rw-r--r-- | modules/create_module.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/create_module.sh b/modules/create_module.sh index 3f2f638105..51e9de479a 100644 --- a/modules/create_module.sh +++ b/modules/create_module.sh @@ -31,7 +31,7 @@ then git init && git add -A && git commit -m "Initial commit - $MODULE_NAME" echo "--- Configure git for nice commit messages" - source $GIT_COMMIT_MSG_SETUP || bash $GIT_COMMIT_MSG_SETUP + source "$GIT_COMMIT_MSG_SETUP" || bash "$GIT_COMMIT_MSG_SETUP" echo "--- Ready to code" fi |