summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-29 13:15:37 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-29 13:15:37 +0100
commit343fd9e20ed73eb89a7a7c5fcbaf47fb4c2ef052 (patch)
tree85dad8a2c9d9bc5543fe546d69c222b905fbabb7
parent05df4e2f7615a2d98de925aae864e108d39cd07a (diff)
pkg: fix_origin: We already are in the right directory
-rwxr-xr-xbin/pkg1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index b15070a..d208067 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -262,7 +262,6 @@ function vcs_status {
# Set the correct origin
function vcs_fix_origin {
- cd $PDIR/$1
if ! git remote | grep -F origin &> /dev/null; then
git remote add origin $PKG_ROOT/$1
fi