media-gfx/wings: Use sh instead of bash.
authorJeroen Roovers <jer@gentoo.org>
Sat, 2 Jul 2016 11:27:49 +0000 (13:27 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sat, 2 Jul 2016 11:27:49 +0000 (13:27 +0200)
Package-Manager: portage-2.3.0

media-gfx/wings/files/wings.sh
media-gfx/wings/files/wings.sh-r1
media-gfx/wings/wings-1.5.4-r2.ebuild [moved from media-gfx/wings/wings-1.5.4-r1.ebuild with 100% similarity]
media-gfx/wings/wings-2.0.4-r4.ebuild [moved from media-gfx/wings/wings-2.0.4-r3.ebuild with 100% similarity]

index e542588910a63d70bebf629b264f1f6773ffe50b..3fcebe4b12527fd6c134f32c3f5c4691c60728a2 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 ESDL_ROOT="/usr/lib/erlang/lib/esdl"
 WINGS_ROOT="/usr/lib/erlang/lib/wings"
 exec erl -smp disable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt
index 0816756f4cc885df73912be82b6cfcff062c7810..9cf1f26a16a40d8b5664c041a7bca4c8e2a92afa 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 ESDL_ROOT="/usr/lib/erlang/lib/esdl"
 WINGS_ROOT="/usr/lib/erlang/lib/wings"
 exec erl -smp enable -noshell -pa $ESDL_ROOT/ebin $WINGS_ROOT/ebin -run wings_start start_halt