Skip to content

Commit

Permalink
Merge pull request #892 from digital-preservation/issue-888-command-n…
Browse files Browse the repository at this point in the history
…ot-enclosed-in-quotes

cater for possible blank space in launch path of droid on Windows
  • Loading branch information
paulwellsagilej authored Feb 27, 2023
2 parents 5a33b5e + 7776202 commit 6d4e901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droid-binary/bin/droid.bat
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ IF "%1"=="" GOTO NOPARAM

:PARAM
REM Has command-line parameters -- run command-line version:
${JRE_BIN_PATH}java %DROID_OPTIONS% -jar "%DROID_HOME%droid-command-line-${project.version}.jar" %*
"${JRE_BIN_PATH}java" %DROID_OPTIONS% -jar "%DROID_HOME%droid-command-line-${project.version}.jar" %*

GOTO end

Expand Down

0 comments on commit 6d4e901

Please sign in to comment.