scripts/pre-commit s/Flow/Thanks/

Remove comment about using make; no Makefile

Change-Id: If3f7da5a39b7c208f57a0f588c84715959e822a3
这个提交包含在:
Reedy 2021-03-14 03:45:07 +00:00 提交者 Jforrester
父节点 33789e98ab
当前提交 2dd30b20ab
共有 1 个文件被更改,包括 1 次插入4 次删除

查看文件

@ -1,11 +1,8 @@
#!/bin/bash
# Enable all the git hooks by executing the following from the project root directory
# $ make installhooks
#
# Code from https://gist.github.com/holysugar/1318698 , simpler than
# http://stackoverflow.com/a/6262715/451712
# Work out location of Flow/scripts/ directory
# Work out location of Thanks/scripts/ directory
dir=$(dirname $(php -r "echo realpath('$0'), \"\\n\";"))
# Move to the project root
cd $(dirname $dir)