[yast-commit] [yast/yast-meta] d75b82: redundant sed(1) gone
Branch: refs/heads/master Home: https://github.com/yast/yast-meta Commit: d75b82ee8417956f7ab828f402f7929d8b8d4578 https://github.com/yast/yast-meta/commit/d75b82ee8417956f7ab828f402f7929d8b8... Author: Roman Neuhauser <rneuhauser@suse.cz> Date: 2014-03-20 (Thu, 20 Mar 2014) Changed paths: M y2m Log Message: ----------- redundant sed(1) gone * don't introduce commas just to remove them * there are no double quotes in the data Commit: fc5a97229ed7f0089fa548e629d7cdb98a0637b6 https://github.com/yast/yast-meta/commit/fc5a97229ed7f0089fa548e629d7cdb98a0... Author: Roman Neuhauser <rneuhauser@suse.cz> Date: 2014-03-20 (Thu, 20 Mar 2014) Changed paths: M y2m Log Message: ----------- list_repos made redundant by IFS the sed in list_repos was necessary because `echo "$foo"` preserves newlines in $foo, and fold(1) does not join short lines. OTOH, `echo $foo` runs Field Splitting on $foo using $IFS, which includes LF by default. http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag... Commit: 3f9c8196ba07d9ea7ee650b00e026cd187b35408 https://github.com/yast/yast-meta/commit/3f9c8196ba07d9ea7ee650b00e026cd187b... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2014-03-24 (Mon, 24 Mar 2014) Changed paths: M y2m Log Message: ----------- Merge pull request #9 from roman-neuhauser/list_repos list_repos gone Compare: https://github.com/yast/yast-meta/compare/4816964344c3...3f9c8196ba07
participants (1)
-
GitHub