Fix eval-bob to actually work with sh. - geomyidae - a small C-based gopherd (m… | |
git clone git://git.codemadness.org/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 44b55b20a823ff7bb09504583465374d0d1883e0 | |
parent fc42a2cc6f17ebbc7cfe22fa82905563e73f9ba6 | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
diff --git a/bob/eval-bob b/bob/eval-bob | |
@@ -49,5 +49,5 @@ fi | |
print "BOBEND" bob | |
} | |
' "${input}" | |
-} | |
+} | sh | |