aboutsummaryrefslogtreecommitdiff
path: root/sh.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-27 20:29:32 +0000
committerRoy Marples <roy@marples.name>2008-02-27 20:29:32 +0000
commitc2648ca5f539c450b27d35c7c0a3d41c6e193d8f (patch)
tree1de8b046bd8c1029165670c697eace4c89ece8f5 /sh.Linux
parent143570689bc93c68fa83c3eb56d622b707ec0e18 (diff)
Makefile SH variable now tweaks the default shell used by our scripts.
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.