Spakman / urchin

A Unix shell for Ruby programmers.
http://spakman.github.com/urchin/
GNU General Public License v3.0
36 stars 1 forks source link

A glob that doesn't match any files should throw an error #1

Closed Spakman closed 13 years ago

Spakman commented 13 years ago

Currently, a glob that doesn't match anything is simply ignored.

For example:

ls *.nothing --> ls

Spakman commented 13 years ago

Fixed in de43fa37.