diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-08 21:17:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-08 21:17:49 +0200 |
commit | 2db3f537bde39880e0d59967f0143b710f0bf733 (patch) | |
tree | c78d30d56fd878ea21d1a3d030c25e9886499ce3 /bin | |
parent | f2d49e7406b050e7be8f950fcf429a3881886538 (diff) |
bin/pkg: pkg_update: Minor output change
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ pkg_update () { info "Updating: $1 to $(echo $NEW | tail -n 1)" $VCS_CMD $VCS_OPTIONS $VCS_UPDATE $VCS_UPDATE_OPTIONS clear_line - info "Updated: $1 to $(echo $NEW | tail -n 1) \n" + info "Updated $1 to $(echo $NEW | tail -n 1) \n" check_deps "$1" if ([ -r Makefile ]) { info "Building binaries\n" |