This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit a3924e5e0a06b3091baefd022fb82e7a2fa92c01
Author: juanpablo <juanpa...@apache.org>
AuthorDate: Sun Sep 30 01:53:02 2018 +0200

    switch to servlet 3.1 - jsp 2.3 - updating portable build (IV): minor 
change on jspwiki.bat to not include a leading slash on JSPWIKI_HOME
---
 jspwiki-portable/src/overlay/launchers/tomcat/woas.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jspwiki-portable/src/overlay/launchers/tomcat/woas.bat 
b/jspwiki-portable/src/overlay/launchers/tomcat/woas.bat
index c996746..c07242b 100644
--- a/jspwiki-portable/src/overlay/launchers/tomcat/woas.bat
+++ b/jspwiki-portable/src/overlay/launchers/tomcat/woas.bat
@@ -17,7 +17,7 @@ REM  limitations under the License.
 
 REM %~dp0 is expanded pathname of the current script under NT
 
-SET JSPWIKI_HOME=%~dp0
+SET JSPWIKI_HOME=%cd%
 
 SET CATALINA_HOME=%JSPWIKI_HOME%
 SET CATALINA_BASE=%JSPWIKI_HOME%

Reply via email to