tRemove errorneous extra set of parentheses. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
 (HTM) git clone git://r-36.net/geomyidae
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit be50f346fca51181200fb47530981c722ed574d9
 (DIR) parent d7bb95819f8027c48d53cf93b01d676ea26d26df
 (HTM) 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:
         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
       t@@ -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)