Fix unescaped JAVA_X
variable in fluree_start.sh
for Windows Bash compatibility (#217)
#218
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix unescaped
JAVA_X
variable influree_start.sh
for Windows Bash compatibility (#217)This Pull Request (PR) introduces changes to the
fluree_start.sh
script, specifically targeting theJAVA_X
variable. The main aim is to ensure compatibility with Windows Subsystem for Linux (WSL) environments likeGIT BASH
. This is achieved by properly escaping theJAVA_X
variable. Closes issue #217.Overview
JAVA_X
variable to work with Windows Path'slua_ls
LSP file format🧪 Testing
resources/fluree_start.sh
)📑 Notes
The Prerequisites list was incomplete, i had to check the
fluree/db
repository and watch build errors to make it work, i choosed the build versionv2.0.4
, and thezip
package is totally missing on any requirements list. It also required some base code (clojure) modifications related to the issue #213 to build. I will address that next if i get some free time.