ferd / erlang-history

Hacks to add shell history to Erlang's shell
493 stars 30 forks source link

improved output to display output of os commands. #12

Closed andrzejsliwa closed 10 years ago

andrzejsliwa commented 10 years ago

I know that you mention in documentation that SUDO could be required, but still I think this will improve:

$ make install
...
Installing...
cp: /usr/local/Cellar/erlang/17.3/lib/erlang/lib/kernel-3.0.3/ebin/group.beam: Permission denied
$ sudo make install

vs

$ make install
...
Installing...

and no feedback whats was wrong

ferd commented 10 years ago

That looks good to me. Thanks!