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
|
||||
|
||||
ifeq (${OS},Linux)
|
||||
SRCS+= rc-sstat.in
|
||||
BIN+= rc-sstat
|
||||
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.
|
||||
# See the Authors file at the top-level directory of this distribution and
|
||||
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
Loading…
Reference in New Issue
Block a user