index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-03-12 14:05:18 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-14 11:47:12 +1000 |
commit | 0ba9b262abcf5910ccdfe2a2e63878816d4d440d (patch) | |
tree | fa59366fb2c0aca3aea2be94bad31dba52bb532e /scripts/makepkg.sh.in | |
parent | 342924f796aa4776f46d5eba181a17b04cef1c13 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 8145cc3f..73f45d47 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -562,7 +562,7 @@ extract_git() { pushd "$srcdir" &>/dev/null rm -rf "${dir##*/}" - if ! git clone --recursive "$dir"; then + if ! git clone "$dir"; then error "$(gettext "Failure while creating working copy of %s %s repo")" "${repo}" "git" plain "$(gettext "Aborting...")" exit 1 |