fabacab / git-archive-all.sh

A bash shell script wrapper for git-archive that archives a git superproject and its submodules, if it has any.
214 stars 86 forks source link

Fix basename 'too many arguments' error #10

Closed ByFe closed 11 years ago

ByFe commented 11 years ago

Error above arises when current working directory path contains any spaces. (as in my example: '~/Documents/Local Git Repositories/...') Putting variable in quotes to eliminate this problem.