Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re #577 fix for running the bash file in a path with spaces #581

Merged
merged 1 commit into from
May 27, 2015
Merged

re #577 fix for running the bash file in a path with spaces #581

merged 1 commit into from
May 27, 2015

Conversation

francisdb
Copy link
Contributor

this fixes the issue for mac/linux
have not tested or modified anything windows related

@muuki88 muuki88 added bug universal Zip, tar.gz, tgz and bash issues labels May 12, 2015
@muuki88
Copy link
Contributor

muuki88 commented May 12, 2015

LGTM. I'll see if I can run the windows tests

@@ -235,9 +235,9 @@ run() {
fi

if [ -n "$custom_mainclass" ]; then
mainclass="$custom_mainclass"
mainclass=("$custom_mainclass")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do the round brackets achieve here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be an array (see also declare -a and [@] stuff)

@muuki88
Copy link
Contributor

muuki88 commented May 21, 2015

@francisdb I'm checking now if the jar builds are generally broken on windows. On linux we seem to be fine, still I have a strange feeling about this on windows. #586

@francisdb
Copy link
Contributor Author

@muuki88 since I did not touch windows stuff, the LauncherJarPlugin generally still works on non-with-spaces folders. The bat file still needs a fix to be run on paths with spaces (which is not uncommon for windows these days)

But since the linux/macos issue is fixed this can already be merged

@muuki88
Copy link
Contributor

muuki88 commented May 21, 2015

okay. will do this after the weekend

muuki88 added a commit that referenced this pull request May 27, 2015
re #577 fix for running the bash file in a path with spaces
@muuki88 muuki88 merged commit 6cd1c3a into sbt:master May 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug universal Zip, tar.gz, tgz and bash issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants