diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-16 23:40:46 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-16 23:40:46 +0200 |
commit | 6e4e8e7edf599ca2e25a81df4f3a0138d703fa36 (patch) | |
tree | 9189ff1abe0959e93bfec13c6fbd0a08792b87bd /bin/pkg | |
parent | 884086f48f55d27886bc0a24f82e5c2669df7a2d (diff) |
pkg pull: Fixed autoupdate
Diffstat (limited to 'bin/pkg')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -845,7 +845,7 @@ case $action in status) wrap pkg_status "$1" 'Checking package status' ;; update) pkg_update $* ;; upgrade|pull) - (( AUTOUPDATE )) && pkg_update_remote + (( AUTOUPDATE )) && pkg_update remote wrap pkg_upgrade "$1" 'Looking for updates' ;; eval) eval $* ;; |