X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tools%2Finitial.sh;h=446b98bdaf6945f0bbd2eff32338684312a6d984;hb=351ef7bf3cce048ec854c8d19d8af5aa2b97c3a9;hp=c183d014e3daa87ee8292a2ebc24a134746619db;hpb=8e5ea23201033f25323db1f8604a8860129c017a;p=openocd.git diff --git a/tools/initial.sh b/tools/initial.sh index c183d014e3..446b98bdaf 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"