Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make xargs to ignore commands if stdin is empty
When we added a new gem, REMOVED_GEMS was empty, and the `basename` command crashed. Not anymore. When there is nothing coming from ADDED_GEMS (because we remove the gem) or REMOVED_GEMS (because we add a new gem) `xargs` will not crash anymore.
- Loading branch information