dirname returns whitespace instead of an escaped whitespace #289
Labels
awaiting-response
requires additional information from submitter
enhancement
new features, suggestions, etc.
investigate
issues being looked at
in
exist / bin / functions.d / eXist-settings.sh
you are using
dirname
that can't handle whitespaces very well.see for example:
$ dirname /some_path\ with_space/somefile /some_path with_space
in my case this causes an error when executing
startup.sh
, but starting withrun.sh
works just fine. strange.The text was updated successfully, but these errors were encountered: