You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/11/24 16:40:55 UTC

[whimsy] 02/02: Disambiguate

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit c93ec2ff0960ec6c41d39bbfa7ab7ce05cd3bb94
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 24 16:40:44 2020 +0000

    Disambiguate
---
 www/test.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/test.cgi b/www/test.cgi
index 70971f9..bf61f37 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -15,7 +15,7 @@ end
 
 def puts_system(*cmd)
   puts ['$', cmd].join ' '
-  system *cmd
+  system(*cmd)
 end
 
 # Optional extra info (from the main script only)