index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2012-09-15 12:32:49 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-18 08:41:46 -0500 |
commit | 2abe1f16461133c0dc386f8ecb8b06865c22940b (patch) | |
tree | c2b3c0d0cd1aaa8bcc667a701de190ef40d009ed /scripts | |
parent | 3b02f80dcb3159a7ab0c673d5eae971ad7504e7f (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index b86084f1..d387b7d7 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -636,7 +636,7 @@ download_svn() { esac 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" plain "$(gettext "Aborting...")" fi |