aboutsummaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'sh.Linux')
-rw-r--r--[-rwxr-xr-x]sh.Linux/init-early.sh.in (renamed from sh.Linux/init-early.sh)2
-rw-r--r--[-rwxr-xr-x]sh.Linux/init.sh.in (renamed from sh.Linux/init.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sh.Linux/init-early.sh b/sh.Linux/init-early.sh.in
index 784ddfda..d6cb007d 100755..100644
--- a/sh.Linux/init-early.sh
+++ b/sh.Linux/init-early.sh.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!@SHELL@
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh.in
index c006d5f1..90dbea82 100755..100644
--- a/sh.Linux/init.sh
+++ b/sh.Linux/init.sh.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!@SHELL@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.