From 4694e4e7a71e9db87aeb2950abfe828216843b30 Mon Sep 17 00:00:00 2001 From: ejlbell Date: Mon, 5 Nov 2007 21:26:04 +0000 Subject: [PATCH] changed path back to original location --- nse_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_macros.h b/nse_macros.h index 6cb59fd24..9667b5b9f 100644 --- a/nse_macros.h +++ b/nse_macros.h @@ -29,7 +29,7 @@ #define SCRIPT_ENGINE_LIB_DIR "nselib\\" #else #define SCRIPT_ENGINE_LIB_DIR "nselib/" - #define SCRIPT_ENGINE_LIBEXEC_DIR "scripts/" + #define SCRIPT_ENGINE_LIBEXEC_DIR "nse/" #endif #define SCRIPT_ENGINE_DATABASE "script.db"