1
0
Fork 0
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:
Thomas Fuchs 2006-03-26 08:40:49 +00:00
parent 34db8e8939
commit 3bcb0b80b1

View file

@ -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