commit 04d03f1b26bc815ed017cf740f67c36f499264ea
parent 953458556bb7e95a8cb029c8122d61de38f8c3d6
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Mon, 17 Jun 2024 01:37:50 +0300
Fix `wish` - use dot notation for `arguments` which is plural, not singular.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pstk.scm b/pstk.scm
@@ -708,7 +708,7 @@ proc evalCmdFromScm {cmd {properly 0}} {
(newline)))
term))
-(define (wish arguments)
+(define (wish . arguments)
(for-each
(lambda (argument)
(cond (*wish-debug-input*