summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/shellwords.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shellwords.rb b/lib/shellwords.rb
index ff1474b4e8..3709ace30b 100644
--- a/lib/shellwords.rb
+++ b/lib/shellwords.rb
@@ -86,7 +86,7 @@ module Shellwords
module_function :shellescape
class << self
- alias escape shellsplit
+ alias escape shellescape
end
#