Commit d6e7e02e by Jason Bau

fix sync_hooks for Mac

parent 2cba8413
...@@ -19,7 +19,7 @@ for file in git-hooks/*.in; do ...@@ -19,7 +19,7 @@ for file in git-hooks/*.in; do
cd $STARTED_FROM cd $STARTED_FROM
exit 1 exit 1
else else
ln -v -s -b -f `pwd`/$file .git/hooks/$filepart ln -v -s -f `pwd`/$file .git/hooks/$filepart
fi fi
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment