aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/binfmt.sh.in2
-rw-r--r--sh/cgroup-release-agent.sh.in2
-rw-r--r--sh/gendepends.sh.in2
-rw-r--r--sh/init-early.sh.Linux.in2
-rw-r--r--sh/init.sh.BSD.in2
-rw-r--r--sh/init.sh.GNU-kFreeBSD.in2
-rw-r--r--sh/init.sh.GNU.in2
-rw-r--r--sh/init.sh.Linux.in2
-rw-r--r--sh/migrate-to-run.sh.in2
-rw-r--r--sh/openrc-run.sh.in2
10 files changed, 10 insertions, 10 deletions
diff --git a/sh/binfmt.sh.in b/sh/binfmt.sh.in
index be0ed482..ca4a8833 100644
--- a/sh/binfmt.sh.in
+++ b/sh/binfmt.sh.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# This is a reimplementation of the systemd binfmt.d code to register
# misc binary formats with the kernel.
#
diff --git a/sh/cgroup-release-agent.sh.in b/sh/cgroup-release-agent.sh.in
index 394b7ec7..179e6bcf 100644
--- a/sh/cgroup-release-agent.sh.in
+++ b/sh/cgroup-release-agent.sh.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# This is run by the kernel after the last task is removed from a
# control group in the openrc hierarchy.
diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in
index 45147e6a..6ecec6b7 100644
--- a/sh/gendepends.sh.in
+++ b/sh/gendepends.sh.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Shell wrapper to list our dependencies
# Copyright (c) 2007-2015 The OpenRC Authors.
diff --git a/sh/init-early.sh.Linux.in b/sh/init-early.sh.Linux.in
index f07bc11b..b7082a02 100644
--- a/sh/init-early.sh.Linux.in
+++ b/sh/init-early.sh.Linux.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
diff --git a/sh/init.sh.BSD.in b/sh/init.sh.BSD.in
index 64282e99..eb524aaf 100644
--- a/sh/init.sh.BSD.in
+++ b/sh/init.sh.BSD.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
diff --git a/sh/init.sh.GNU-kFreeBSD.in b/sh/init.sh.GNU-kFreeBSD.in
index 5eb8064e..dd07ad4a 100644
--- a/sh/init.sh.GNU-kFreeBSD.in
+++ b/sh/init.sh.GNU-kFreeBSD.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
diff --git a/sh/init.sh.GNU.in b/sh/init.sh.GNU.in
index 08a492a1..23f67480 100644
--- a/sh/init.sh.GNU.in
+++ b/sh/init.sh.GNU.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Copyright (c) 2007-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in
index 7ee25b57..222bbd3b 100644
--- a/sh/init.sh.Linux.in
+++ b/sh/init.sh.Linux.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Copyright (c) 1999-2007 Gentoo Foundation
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.
diff --git a/sh/migrate-to-run.sh.in b/sh/migrate-to-run.sh.in
index 2a31b6d6..7dc85e66 100644
--- a/sh/migrate-to-run.sh.in
+++ b/sh/migrate-to-run.sh.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Copyright (c) 2012-2015 The OpenRC Authors.
# See the Authors file at the top-level directory of this distribution and
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in
index 7e9064c2..20c1b8ad 100644
--- a/sh/openrc-run.sh.in
+++ b/sh/openrc-run.sh.in
@@ -1,4 +1,4 @@
-#!@SHELL@
+#!/bin/sh
# Shell wrapper for openrc-run
# Copyright (c) 2007-2015 The OpenRC Authors.