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/06/30 20:08:35 UTC

[whimsy] branch master updated: which svnmucc

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


The following commit(s) were added to refs/heads/master by this push:
     new 68a4b6a  which svnmucc
68a4b6a is described below

commit 68a4b6a4b966ac94380cd25e8ced89aa53c66ae4
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jun 30 21:08:22 2020 +0100

    which svnmucc
---
 www/test.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/test.cgi b/www/test.cgi
index 93cb4ef..70971f9 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -25,6 +25,8 @@ if query and not query.empty? and ENV['SCRIPT_URL'] == '/test.cgi'
     puts_system('id')
     puts_system('which','-a','svn')
     puts_system('svn','--version')
+    puts_system('which','-a','svnmucc')
+    puts_system('svnmucc','--version')
     puts_system('which','-a','ruby')
     puts_system('which','-a','ruby2.3.0')
     puts_system('ruby','-v')