| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 52aeb2a commit c34e2f4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,7 +106,7 @@ if /i "%1"=="build-release" set build_release=1&set sign=1&goto arg-ok | |||
| 106 | 106 | if /i "%1"=="upload" set upload=1&goto arg-ok | |
| 107 | 107 | if /i "%1"=="small-icu" set i18n_arg=%1&goto arg-ok | |
| 108 | 108 | if /i "%1"=="full-icu" set i18n_arg=%1&goto arg-ok | |
| 109 | - if /i "%1"=="intl-none" set i18n_arg=%1&goto arg-ok | ||
| 109 | + if /i "%1"=="intl-none" set i18n_arg=none&goto arg-ok | ||
| 110 | 110 | if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok | |
| 111 | 111 | if /i "%1"=="download-all" set download_arg="--download=all"&goto arg-ok | |
| 112 | 112 | if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok | |
| Back | FazBrowse Home | New Git URL |
0 commit comments