aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/initial.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/initial.sh b/tools/initial.sh
index 9caba5a4..9580c9a9 100755
--- a/tools/initial.sh
+++ b/tools/initial.sh
@@ -20,7 +20,7 @@ add_remote()
update_commit_msg()
{
- cd ${TOPDIR}/.git/hooks
+ cd "${TOPDIR}/.git/hooks"
save_file=commit-msg-`date +%F-%T`
mv commit-msg $save_file
printf "%-30s" "Updating commit-msg"