From: Russ Combs Date: Tue, 25 Nov 2014 18:28:15 +0000 (-0500) Subject: doc update: escape ? in LUA_PATH X-Git-Tag: 3.0.0-233~1157^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3c0904d06830488f4074bcd2ca84756a64920b;p=thirdparty%2Fsnort3.git doc update: escape ? in LUA_PATH --- diff --git a/doc/enviro.txt b/doc/enviro.txt index 5cdaee8ea..74c12d12f 100644 --- a/doc/enviro.txt +++ b/doc/enviro.txt @@ -4,7 +4,7 @@ * *LUA_PATH*: you must export as follows so LuaJIT can find required files. - LUA_PATH=$install_dir/include/snort/lua/?.lua\;\; + LUA_PATH=$install_dir/include/snort/lua/\?.lua\;\; * *SNORT_IGNORE*: the list of symbols Snort should ignore when parsing the Lua conf. Unknown symbols not in SNORT_IGNORE will cause warnings with diff --git a/doc/start.txt b/doc/start.txt index b94bf2152..b4237daee 100644 --- a/doc/start.txt +++ b/doc/start.txt @@ -66,7 +66,7 @@ c. You can also specify a cmake project generator or use ccmake: First set up the environment: - export LUA_PATH=$my_path/include/snort/lua/?.lua\;\; + export LUA_PATH=$my_path/include/snort/lua/\?.lua\;\; export SNORT_LUA_PATH=$my_path/etc Then give it a go: