diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-27 17:31:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-27 17:31:08 +0200 |
commit | 2ddcebea246417829acfa5a8f612d10c15cc1c0f (patch) | |
tree | f6efbe90d35266755ade67f49dc5935f1d3c8758 /bin | |
parent | 9991e467a57754cc66e22015a5ff313177665f5f (diff) |
oops
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ pkg_update () { info "Checking package $1..." NEW=$($VCS_CMD $VCS_OPTIONS $VCS_INCOMING) if ([ $? = 0 ]) { - info "\rUpdating package $1 to $(echo $NEW | tail -n 1)\n" + info "\rUpdating package $1 to $(echo $NEW | tail -n 1)" $VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS info "\rUpdated package $1 to $(echo $NEW | tail -n 1) \n" checklinks $CL_OPTIONS |