summaryrefslogtreecommitdiff
blob: 095ce451c0485e831b60b2d5b62c9cb961cc0026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -ru baselayout-1.12.5.orig/sbin/env-update.sh baselayout-1.12.5/sbin/env-update.sh
--- baselayout-1.12.5.orig/sbin/env-update.sh	2010-08-17 12:56:00.968746729 +0200
+++ baselayout-1.12.5/sbin/env-update.sh	2010-08-17 12:56:47.185326760 +0200
@@ -1,4 +1,4 @@
-#!@GENTOO_PORTAGE_EPREFIX@/bin/bash
+#! /usr/bin/env bash
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
diff -ru baselayout-1.12.5.orig/sbin/runscript.sh baselayout-1.12.5/sbin/runscript.sh
--- baselayout-1.12.5.orig/sbin/runscript.sh	2010-08-17 12:56:00.968746729 +0200
+++ baselayout-1.12.5/sbin/runscript.sh	2010-08-17 12:56:58.362098849 +0200
@@ -1,4 +1,4 @@
-#!@GENTOO_PORTAGE_EPREFIX@/bin/bash
+#! /usr/bin/env bash
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2