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 ef98f895 Check
ef98f895 is described below

commit ef98f89509d7a6798c1998f676926c2bc40319a1
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 19 17:42:04 2022 +0100

    Check
---
 www/test.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/test.cgi b/www/test.cgi
index adb244d3..a9f0c358 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -37,6 +37,7 @@ query = ENV['QUERY_STRING'] || ARGV[0]
 if query and not query.empty? and ENV['SCRIPT_URL'] == '/test.cgi'
     print "\n"
     puts_system('id')
+    puts_system('whoami')
     puts_system('which', '-a', 'svn')
     puts_system('svn', '--version')
     puts_system('which', '-a', 'git')

Reply via email to