mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 22:53:29 +08:00
@@ -2095,7 +2095,7 @@ wr_brew_setsrc (char *option)
|
||||
chsrc_yield_source (wr_brew);
|
||||
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 *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"), "\"");
|
||||
|
Reference in New Issue
Block a user