Files
nixpkgs/pkgs/build-support/bintools-wrapper/setup-hook.sh
Null Terminator 23c46c60c0 bintools-wrapper: use tr for uppercase
Since bash's parameter expansion for uppercase creates invalid
identifiers in certain locales (like Turkish), it is more ideal
to use `tr` for locale-agnostic string substitution.
2026-03-27 23:28:18 +03:00

2.4 KiB