diff options
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -333,6 +333,7 @@ function exec_hook { # Set the correct origin function fix_origin { + cd $PDIR/$1 if ! git remote | grep -F origin &> /dev/null; then git remote add origin $PKG_ROOT/$1 fi |