summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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