makepkg: fix incorrect bracket usage
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3b02f80dcb
commit
2abe1f1646
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ download_svn() {
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! svn export $(ref[@]) "$dir"; then
|
if ! svn export ${ref[@]} "$dir"; then
|
||||||
error "$(gettext "Failure while creating working copy of %s %s repo")" "${repo}" "svn"
|
error "$(gettext "Failure while creating working copy of %s %s repo")" "${repo}" "svn"
|
||||||
plain "$(gettext "Aborting...")"
|
plain "$(gettext "Aborting...")"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue