diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-12-07 13:41:06 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-12-08 12:06:26 -0600 |
commit | 5427783fdf3d183ea4e63afc507c31d88f0d2c9c (patch) | |
tree | 3da5a048164ea07caed56196f6afc35a6fe4dedc /sh/gendepends.sh.in | |
parent | d95425b08a1675efb66def056d0f92e6b2d78a77 (diff) |
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.
Diffstat (limited to 'sh/gendepends.sh.in')
-rw-r--r-- | sh/gendepends.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |