Skip to content

Commit

Permalink
allow for whitespace in folders
Browse files Browse the repository at this point in the history
  • Loading branch information
dathinaios committed Sep 27, 2022
1 parent 2351c52 commit 4ebe0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo "
helpDir = this.systemAppSupportDir++\"/Help\";
// Server setup
Server.program = \"$SCRIPTPATH/Resources/scsynth -U $SCRIPTPATH/Resources/plugins -D 0\";
Server.program = \"'$SCRIPTPATH/Resources/scsynth' -U '$SCRIPTPATH/Resources/plugins' -D 0\";
// Score setup
Score.program = Server.program;
Expand Down

0 comments on commit 4ebe0a2

Please sign in to comment.