diff options
Diffstat (limited to 'package.inc.sh')
-rw-r--r-- | package.inc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.inc.sh b/package.inc.sh index 4088990..4646c19 100644 --- a/package.inc.sh +++ b/package.inc.sh @@ -122,7 +122,7 @@ package_checkout() { # create a local tracking branch to clone from. ignore errors because # it might already exist. - git branch "$remote/packages/$pkgname" "$remote/packages/$pkgname" 2>/dev/null + git branch --no-track "$remote/packages/$pkgname" "$remote/packages/$pkgname" 2>/dev/null git clone "$ASPROOT" --single-branch --branch "$remote/packages/$pkgname" \ "$startdir/$pkgname" |