diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ pkg_remove () { pkg_update () { cd $PDIR/$1 - if $VCS_CMS $VCS_OPTIONS $VCS_INCOMING; then + if $VCS_CMD $VCS_OPTIONS $VCS_INCOMING; then info "Updating package $1" $VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS checklinks $CL_OPTIONS |