gregwebs / Shelly.hs

Haskell shell scripting
BSD 3-Clause "New" or "Revised" License
418 stars 88 forks source link

FIXED: "rm " instead of "rm" #49

Closed mgajda closed 10 years ago

mgajda commented 10 years ago

This small patch fixes the issue thatoccurs when using Shelly.rm method, and it tries to run "rm/filepath" instead of "rm /filepath".

gregwebs commented 10 years ago

Thank you!

This is just in the traced output: the file remove is being run correctly.