From: keni Date: Fri, 13 Feb 2015 16:52:29 +0000 (-0500) Subject: add note about making PRE file executable X-Git-Tag: NetHack-3.6.0_RC01~695 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5404e9d253f591eecb188dcccf8db233b70ca09b;p=nethack add note about making PRE file executable --- diff --git a/DEVEL/Developer.txt b/DEVEL/Developer.txt index 7c4fa4908..142dc7f6a 100644 --- a/DEVEL/Developer.txt +++ b/DEVEL/Developer.txt @@ -61,6 +61,8 @@ B. Specify the prefix for variable substitution: the first line): #!/bin/sh git config nethack.substprefix MINE + Now make it executable: + chmod +x ~/nethack/GITADDDIR/DOTGIT/PRE C. Configure the repository: - cd to the top level of the repository - tell the repository about the directory you created above: