diff --git a/railties/Rakefile b/railties/Rakefile index 49176685ea..8ac67c48cd 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -83,7 +83,7 @@ end # Make directory structure ---------------------------------------------------------------- -def make_dest_dirs(dirs, path = '') +def make_dest_dirs(dirs, path = nil) mkdir_p dirs.map { |dir| File.join(PKG_DESTINATION, path, dir) } end