Skip to content

Commit

Permalink
Added one argument to openpnp.sh so that option -DoverrideUserConfig=…
Browse files Browse the repository at this point in the history
…true can be used from the command line on Linux
  • Loading branch information
dzach committed Jan 24, 2017
1 parent 650fe80 commit 73a6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpnp.sh
Expand Up @@ -18,6 +18,6 @@ case "$platform" in
java -Xdock:name=OpenPnP -jar $rootdir/target/openpnp-gui-0.0.1-alpha-SNAPSHOT.jar
;;
linux)
java -jar $rootdir/target/openpnp-gui-0.0.1-alpha-SNAPSHOT.jar
java $1 -jar $rootdir/target/openpnp-gui-0.0.1-alpha-SNAPSHOT.jar
;;
esac

0 comments on commit 73a6e80

Please sign in to comment.