hubotio / generator-hubot

Hubot generator for Yeoman
MIT License
156 stars 83 forks source link

`xargs -i` was removed #41

Closed bkeepers closed 9 years ago

bkeepers commented 9 years ago
$ xargs -i
xargs: illegal option -- i

According to this:

Also, -i for xargs was deprecated around version 4.2.9. You should use -I {}.

michaelansel commented 9 years ago

:+1: