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 af485043 Show encoding
af485043 is described below

commit af485043e21e391712f97278439be2eafc8e352b
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 15 15:01:41 2025 +0000

    Show encoding
---
 www/committers/test.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/committers/test.cgi b/www/committers/test.cgi
index 70fb28a1..7b1f9d95 100755
--- a/www/committers/test.cgi
+++ b/www/committers/test.cgi
@@ -47,6 +47,7 @@ if query and not query.empty? and ENV['SCRIPT_URL'] == 
'/committers/test.cgi'
     puts_system('which', '-a', 'ruby')
     puts_system('which', '-a', 'ruby2.3.0')
     puts_system('ruby', '-v')
+    puts_system('ruby', '-e', 'p [Encoding.default_external, 
Encoding.default_internal]')
     puts_system('gem', 'env')
     puts_system('which', '-a',  'gem')
     puts_system('PATH=/usr/local/bin:$PATH which -a gem')

Reply via email to