Skip to content

Commit

Permalink
Typo fix in Windows batch file
Browse files Browse the repository at this point in the history
  • Loading branch information
cygri committed Aug 17, 2011
1 parent 61ed55d commit 4dd3770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dump-rdf.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
set D2R_ROOT=%~p0
set CP="%D2RQ_ROOT%build"
call :findjars "%D2RQ_ROOT%lib"
set LOGCONFIG=file:%D2RQ_ROOT%etc/log4j.properties
set CP="%D2R_ROOT%build"
call :findjars "%D2R_ROOT%lib"
set LOGCONFIG=file:%D2R_ROOT%etc/log4j.properties
java -cp %CP% -Xmx256M "-Dlog4j.configuration=%LOGCONFIG%" d2rq.dump_rdf %1 %2 %3 %4 %5 %6 %7 %8 %9
exit /B

Expand Down

0 comments on commit 4dd3770

Please sign in to comment.