diff options
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,7 @@ function fix_origin { if ! git remote | grep -F origin &> /dev/null; then git remote add origin $PKG_ROOT/$1 fi - git remote update + git remote update &> /dev/null } # Check dependencies, conflicts etc. |