Skip to content

Commit

Permalink
try a different value for LC_ALL on Mac OS to accept UTF-8 command li…
Browse files Browse the repository at this point in the history
…nes (refs #5)
  • Loading branch information
rhaberkorn committed Sep 9, 2024
1 parent 4789e39 commit c59b33c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/atlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ G_ENABLE_DIAGNOSTIC=1
# are accepted on command lines.
case $host in
*-*-darwin*)
LANG=C
LC_CTYPE=UTF-8
LC_ALL=`defaults read -g AppleLocale | @SED@ 's/@.*$//g'`.UTF-8
;;
*)
LC_ALL=C.UTF-8
Expand Down

0 comments on commit c59b33c

Please sign in to comment.