Remove redundant blank line for Homebrew

[GitHub link #44]
This commit is contained in:
Aoran Zeng 2024-07-09 15:04:03 +08:00
parent f82bfe0cbb
commit cde16146d0

View File

@ -2095,7 +2095,7 @@ wr_brew_setsrc (char *option)
chsrc_yield_source (wr_brew); chsrc_yield_source (wr_brew);
chsrc_confirm_source (&source); chsrc_confirm_source (&source);
char *splitter = "\n\n# Generated by chsrc " Chsrc_Version "\n"; char *splitter = "\n\n# Generated by chsrc " Chsrc_Version;
char *api_domain = xy_strjoin (3, "export HOMEBREW_API_DOMAIN=\"", xy_2strjoin (source.url, "homebrew-bottles/api"), "\""); char *api_domain = xy_strjoin (3, "export HOMEBREW_API_DOMAIN=\"", xy_2strjoin (source.url, "homebrew-bottles/api"), "\"");
char *bottle_domain = xy_strjoin (3, "export HOMEBREW_BOTTLE_DOMAIN=\"", xy_2strjoin (source.url, "homebrew-bottles"), "\""); char *bottle_domain = xy_strjoin (3, "export HOMEBREW_BOTTLE_DOMAIN=\"", xy_2strjoin (source.url, "homebrew-bottles"), "\"");
char *brew_git_remote = xy_strjoin (3, "export HOMEBREW_BREW_GIT_REMOTE=\"", xy_2strjoin (source.url, "git/homebrew/brew.git"), "\""); char *brew_git_remote = xy_strjoin (3, "export HOMEBREW_BREW_GIT_REMOTE=\"", xy_2strjoin (source.url, "git/homebrew/brew.git"), "\"");