diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-24 20:46:18 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-24 20:46:18 +0100 |
| commit | fd88f05165883e7f055b665e09bdcac15da380b6 (patch) | |
| tree | 68632842c82ca6c84648229db331ea9c705c6b60 | |
| parent | 679b0d66506a59ddd49d5798281b2226fb2c1bd3 (diff) | |
bin/pkg: Removed redundant git remote origin from vcs_*
| -rwxr-xr-x | bin/pkg | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -230,12 +230,10 @@ function vcs_log { function vcs_upgrade { git pull $PKG_ROOT/${PWD:t} master - git remote update } function vcs_push { git push $PKG_ROOT/${PWD:t} master - git remote update } function vcs_status { |
