1
0

Merge pull request #2594 from cuberite/bearbin-patch-1

Fix shell location.
This commit is contained in:
Alexander Harkness 2015-11-02 20:18:17 +00:00
commit 51948058ad

View File

@ -50,7 +50,7 @@ When contributing, the code conventions above *must* be followed. Otherwise, the
* Clone the repository as usual.
* Go to your `<clone location>/.git/hooks` folder, create a text file named "pre-commit" there with the following contents:
```
#!/usr/sh
#!/bin/sh
src/CheckBasicStyle.lua 1>&2 -g
```
* If on Linux/Unix, you need to give the newly created file an execute permission: `chmod +x .git/hooks/pre-commit`