重命名为 xy_run_iter_lines()

This commit is contained in:
Aoran Zeng
2025-08-20 19:52:54 +08:00
parent f195709493
commit 7d230bcf57
2 changed files with 11 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ pl_ruby_setsrc (char *option)
char *cmd = NULL;
// step1
xy_run_iter ("gem sources -l", 0, pl_ruby_remove_gem_source);
xy_run_iter_lines ("gem sources -l", 0, pl_ruby_remove_gem_source);
cmd = xy_2strcat ("gem source -a ", source.url);
chsrc_run (cmd, RunOpt_Default);