diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-27 15:43:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-27 15:43:48 +0200 |
commit | 9991e467a57754cc66e22015a5ff313177665f5f (patch) | |
tree | 3e159de702a870407adca9671996bbfb0d5b9c12 | |
parent | 1df852c7f06d077f7bc8277f1ccb69c953f70ce4 (diff) |
bin/pkg: more verbosity
-rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ pkg_update () { if ([ $? = 0 ]) { info "\rUpdating package $1 to $(echo $NEW | tail -n 1)\n" $VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS + info "\rUpdated package $1 to $(echo $NEW | tail -n 1) \n" checklinks $CL_OPTIONS if ([ -f hooks/post-update ]) { info 'Executing post-update hook\n' |