Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit bb339b4

Browse files
committed
Fix Ruby 3.4.8 environment script to set LANG variable
- Remove commented out ruby binary path line for clarity. - Add export LANG=en_US.UTF-8 to ensure consistent locale settings.
1 parent 31946f9 commit bb339b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ruby/3.4.8/environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
# Path to ruby binary
43
export PATH=$PWD/bin:$PATH
4+
export LANG=en_US.UTF-8

0 commit comments

Comments
 (0)