scripts: do not substitute for @SHELL@ in rc-sstat
This commit is contained in:
parent
b73941f0c3
commit
e2e652e469
@ -6,7 +6,6 @@ BIN= on_ac_power
|
|||||||
INSTALLAFTER = _installafter
|
INSTALLAFTER = _installafter
|
||||||
|
|
||||||
ifeq (${OS},Linux)
|
ifeq (${OS},Linux)
|
||||||
SRCS+= rc-sstat.in
|
|
||||||
BIN+= rc-sstat
|
BIN+= rc-sstat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
2
scripts/rc-sstat.in → scripts/rc-sstat
Normal file → Executable file
2
scripts/rc-sstat.in → scripts/rc-sstat
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!@SHELL@
|
#!/bin/sh
|
||||||
# Copyright (c) 2015 The OpenRC Authors.
|
# Copyright (c) 2015 The OpenRC Authors.
|
||||||
# See the Authors file at the top-level directory of this distribution and
|
# See the Authors file at the top-level directory of this distribution and
|
||||||
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
Loading…
Reference in New Issue
Block a user