Skip to content

Commit 4b44724

Browse files
committed
Set LC_ALL before executing the script.
1 parent d5e084a commit 4b44724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CheckReleases.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ echo %BASH%
2626
exit /b 1
2727

2828
:EXECUTE
29+
set LC_ALL=en_US.utf8
2930
%BASH% --login -c "./CheckReleases.sh %REPOS% %TYPE%"

0 commit comments

Comments
 (0)