Remove errorneous extra set of parentheses. - geomyidae - A small C-based gopherd.
HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit be50f346fca51181200fb47530981c722ed574d9
DIR parent d7bb95819f8027c48d53cf93b01d676ea26d26df
HTML Author: Spenser Truex <truex@equwal.com>
Date: Sat, 26 Sep 2020 10:24:16 -0700
Remove errorneous extra set of parentheses.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
M rc.d/rc.geomyidae | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/rc.d/rc.geomyidae b/rc.d/rc.geomyidae
@@ -1,7 +1,7 @@
#!/bin/sh
# Array of all PIDS
-PID=($(pidof -o %PPID /usr/sbin/geomyidae))
+PID=$(pidof -o %PPID /usr/sbin/geomyidae)
case "$1" in
start)