Files
fish-shell/build_tools
Daniel Rainer 1d36b04ea6 check.sh: export gettext extraction file variable
Some versions of `/bin/sh`, e.g. the one on FreeBSD, do not propagate
variables set on a command through shell functions. This results in
`FISH_GETTEXT_EXTRACTION_FILE` being set in the `cargo` function, but
not for the actual `cargo` process spawned from the function, which
breaks our localization scripts and tests. Exporting the variable
prevents that.

Fixes #11896

Closes #11899
2025-10-07 10:49:39 +02:00
..
2025-04-29 10:14:06 +02:00
2025-03-18 22:25:55 +01:00
2025-04-29 10:14:06 +02:00
2025-09-11 14:17:40 +02:00
2025-09-26 16:34:22 +02:00