Fix eval-bob to actually work with sh. - 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 44b55b20a823ff7bb09504583465374d0d1883e0
 (DIR) parent fc42a2cc6f17ebbc7cfe22fa82905563e73f9ba6
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 25 Feb 2023 15:38:12 +0100
       
       Fix eval-bob to actually work with sh.
       
       Diffstat:
         M bob/eval-bob                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bob/eval-bob b/bob/eval-bob
       @@ -49,5 +49,5 @@ fi
                        print "BOBEND" bob
                }
                ' "${input}" 
       -} 
       +} | sh