diff --git a/Rakefile b/Rakefile index 166a5f934f..91aa8c6d32 100644 --- a/Rakefile +++ b/Rakefile @@ -60,7 +60,7 @@ task :permissions do require 'shellwords' Dir.glob('test/**/*_test.rb') do |file| next if file =~ %r{^test/haml/spec/} - sh %{chmod a+rx #{Shellwords.shellescape file}} + sh %{chmod a+rx #{file}} end end