diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2017-01-08 20:42:26 -0600 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-01-08 20:42:26 -0600 |
| commit | e2e652e469efa5f3ebcd69828ff16d8f5ad3f1b8 (patch) | |
| tree | b21895ff4cc6a425281a9198dc92653b98eadb1c | |
| parent | b73941f0c3020e3dbd1684d09685e114c678b520 (diff) | |
| download | openrc-e2e652e469efa5f3ebcd69828ff16d8f5ad3f1b8.tar.xz | |
scripts: do not substitute for @SHELL@ in rc-sstat
| -rw-r--r-- | scripts/Makefile | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/rc-sstat (renamed from scripts/rc-sstat.in) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 9a66c65d..f4e3c68e 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -6,7 +6,6 @@ BIN= on_ac_power INSTALLAFTER = _installafter ifeq (${OS},Linux) -SRCS+= rc-sstat.in BIN+= rc-sstat endif diff --git a/scripts/rc-sstat.in b/scripts/rc-sstat index a204dbda..bcd0ae23 100644..100755 --- a/scripts/rc-sstat.in +++ b/scripts/rc-sstat @@ -1,4 +1,4 @@ -#!@SHELL@ +#!/bin/sh # Copyright (c) 2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and # https://github.com/OpenRC/openrc/blob/master/AUTHORS |
