The include path should be a single + so as to not append to existing search paths...
authorJason Self <j@jxself.org>
Sun, 23 Oct 2016 20:32:42 +0000 (13:32 -0700)
committerJason Self <j@jxself.org>
Sun, 23 Oct 2016 20:32:42 +0000 (13:32 -0700)
README
build.sh

diff --git a/README b/README
index d78645105cd2588fcddf9925a44555a5f55b469d..86774f8a126edc88cb8fa55b351a99b71c1d158d 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ https://jxself.org/git/?p=inform.git
 Once the compiler has been compiled and is ready for use return to 
 this directory and run:
 
-       inform ++include_path=lib grue-hunter
+       inform +include_path=lib grue-hunter
 
 Or you can run the included build.sh script which does the same thing, 
 assuming that the inform compiler is included in your PATH.
index 6a0aa2c604ff4807f20d2b814882422c983f5ac3..a3a65cc6f8d3c8ae52c0e73b5515543d39fc696c 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -15,4 +15,4 @@
 # License along with Grue Hunter. If not, see
 # <https://gnu.org/licenses/>.
 
-inform ++include_path=lib grue-hunter
+inform +include_path=lib grue-hunter
\ No newline at end of file