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 <[email protected]>
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)

Reply via email to