summaryrefslogtreecommitdiff
path: root/lib/shell/command-processor.rb
diff options
context:
space:
mode:
-rw-r--r--lib/shell/command-processor.rb2
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ class Shell
#
def rmdir(*path)
for dir in path
- Dir.rmdir(expand_path(path))
end
end