File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ rec {
137137 then ""
138138 else processHelp help
139139 }
140- ${ lib . getExe pkgs . perl } ${ ./scripts/formatCommand.pl } '${ toString nameWidth } ' '${ helpWidth } ' '${ helpHeight } ' '${ name } ' "'' $${ highlyUnlikelyName } "'' ;
140+ ${ lib . getExe pkgs . perl } ${ ./scripts/formatCommand.pl } '${ toString nameWidth } ' '${ helpWidth } ' '${ helpHeight } ' '${ name } ' "'' $${ highlyUnlikelyName } "
141+ '' ;
141142 in
142143 command ;
143144 commandsColumns = lib . concatMapStringsSep "\n " opCmd cmd ;
@@ -148,5 +149,10 @@ rec {
148149 ${ commandsColumns }
149150 '' ;
150151 in
151- lib . concatStringsSep "\n " ( map opCat commandByCategoriesSorted ) + "\n " ;
152+ ''
153+ {
154+ export LC_ALL="C"
155+ ${ lib . concatStringsSep "\n " ( map opCat commandByCategoriesSorted ) + "\n " }
156+ }
157+ '' ;
152158}
You can’t perform that action at this time.
0 commit comments