dev-java/boot-bin: Add missing shebang re bug #682984
authorKent Fredric <kentnl@gentoo.org>
Tue, 6 Aug 2019 05:50:13 +0000 (17:50 +1200)
committerKent Fredric <kentnl@gentoo.org>
Tue, 6 Aug 2019 05:50:13 +0000 (17:50 +1200)
Add a shebang to the boot bootup script so it works for users who have a
native shell other than bash.

-r1 bump necessary as if you already had it installed, it was possibly
broken.

Closes: https://bugs.gentoo.org/682984
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-java/boot-bin/boot-bin-2.7.1-r1.ebuild [moved from dev-java/boot-bin/boot-bin-2.7.1.ebuild with 97% similarity]
dev-java/boot-bin/files/boot

similarity index 97%
rename from dev-java/boot-bin/boot-bin-2.7.1.ebuild
rename to dev-java/boot-bin/boot-bin-2.7.1-r1.ebuild
index 8e700cc2e66e620d4ee9f5beacb079abb14c73ac..53777ba1edb0d443a884b2333cd94aa2b7bd880c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
index acd8e404c28cf3eb3aec9deea60356860cf90678..8d53ebd338a825e6eb54a3ab2d0930e5e153e55c 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/bash
 source @@JAVA_PKG_SHAREPATH@@/package.env
 jarpath="@@JAVA_PKG_JARDEST@@/@@PN@@.jar"
 declare -a "options=($BOOT_JVM_OPTIONS)"