diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-07 17:08:12 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-13 18:22:25 -0600 |
commit | d64c9d205083ca82823f9f5ff178a5581f6c8b2a (patch) | |
tree | d35f28731ecefeec467d0c067ca6f3f1caf263d0 /sh/openrc-run.sh.in | |
parent | b2b2c57a3898c945b33b8bf0a10b658483be09c1 (diff) |
add experimental support for an alternate shell for service scripts
This is for #288.
Diffstat (limited to 'sh/openrc-run.sh.in')
-rw-r--r-- | sh/openrc-run.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in index 20c1b8ad..7e9064c2 100644 --- a/sh/openrc-run.sh.in +++ b/sh/openrc-run.sh.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!@SHELL@ # Shell wrapper for openrc-run # Copyright (c) 2007-2015 The OpenRC Authors. |