Mercurial > hg > soundsoftware-site
changeset 1560:2c67e414ab46 feature_1136
Fix missed text change
author | Chris Cannam |
---|---|
date | Thu, 14 Jan 2016 10:54:56 +0000 |
parents | 21098b932cb8 |
children | 6074fffd8a1d |
files | extra/soundsoftware/export-git.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/extra/soundsoftware/export-git.sh Thu Jan 14 10:27:25 2016 +0000 +++ b/extra/soundsoftware/export-git.sh Thu Jan 14 10:54:56 2016 +0000 @@ -88,8 +88,8 @@ # optimisation (authormap files are expected to exist for all # exportable projects, even if empty). So if a git mirror # exists, we move it away - if [ -d "$gitrepo" ]; then - mv "$gitrepo" "$wastedir/$(date +%s).$reponame" + if [ -d "$git_repodir" ]; then + mv "$git_repodir" "$wastedir/$(date +%s).$reponame" fi continue