mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Merge "scripts/pre-commit s/Flow/Thanks/"
This commit is contained in:
commit
dcf42d95c5
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue