mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -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:
parent
34db8e8939
commit
3bcb0b80b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue