mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
one too many
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4044 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user