From 8c7b6cd110e08c3c52c8cf17c37e1c926c614430 Mon Sep 17 00:00:00 2001 From: keni Date: Fri, 13 Feb 2015 11:54:04 -0500 Subject: [PATCH] add another note about executable scripts --- DEVEL/Developer.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVEL/Developer.txt b/DEVEL/Developer.txt index 142dc7f6a..5e9e76356 100644 --- a/DEVEL/Developer.txt +++ b/DEVEL/Developer.txt @@ -104,6 +104,7 @@ keep reading. Otherwise, you are done with this section. PRE (run your code before the NetHack hook) POST (run your code after the NetHack hook) and HOOKNAME is the normal git name of the hook. + Make sure the hooks are executable (chmod +x ...). Be sure to test carefully since the composition of two bits of code may or may not do what you want. 2) to install other bits on setup: