From d64c9d205083ca82823f9f5ff178a5581f6c8b2a Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 7 Feb 2019 17:08:12 -0600 Subject: add experimental support for an alternate shell for service scripts This is for #288. --- sh/gendepends.sh.in | 2 +- sh/openrc-run.sh.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in index 6ecec6b7..45147e6a 100644 --- a/sh/gendepends.sh.in +++ b/sh/gendepends.sh.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!@SHELL@ # Shell wrapper to list our dependencies # Copyright (c) 2007-2015 The OpenRC Authors. 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. -- cgit v1.2.3