From 5427783fdf3d183ea4e63afc507c31d88f0d2c9c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 7 Dec 2018 13:41:06 -0600 Subject: standardize the default shell I do not know of a need to have the default shell be a build-time configurable setting. All *nix systems I am aware of have /bin/sh as a default posix compatible shell. If some systems running OpenRC do not make that assumption about /bin/sh, I will consider bringing this back, so feel free to open an issue. --- sh/cgroup-release-agent.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/cgroup-release-agent.sh.in') 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. -- cgit v1.2.3