diff options
Diffstat (limited to 'bin')
-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 { |