ports/devel/sbt/files/patch-bin_sbt-launch-lib.bash
Alex Dupre 59eb3b597b Update to 0.13.13 release.
PR:		213913
Submitted by:	jhyphenkeck@gmail.com
2016-10-31 09:27:23 +00:00

11 lines
273 B
Bash

--- bin/sbt-launch-lib.bash.orig 2016-10-28 17:46:00 UTC
+++ bin/sbt-launch-lib.bash
@@ -26,7 +26,7 @@ dlog () {
}
jar_file () {
- echo "$(cygwinpath "${sbt_home}/bin/sbt-launch.jar")"
+ echo "$(cygwinpath "${sbt_bin_dir}/sbt-launch.jar")"
}
acquire_sbt_jar () {