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. --- scripts/reboot.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/reboot.in') diff --git a/scripts/reboot.in b/scripts/reboot.in index c805ceb2..60251d8c 100644 --- a/scripts/reboot.in +++ b/scripts/reboot.in @@ -1,4 +1,4 @@ -#!@SHELL@ +#!/bin/sh option_arg= poweroff_arg= -- cgit v1.2.3