diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-24 20:01:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-24 20:01:22 +0200 |
commit | db795ab3c0ec5dec01690a59efb559bb2fc88cf5 (patch) | |
tree | a4970c72e36a86cb4a4869d0874d6bd3f2c97069 | |
parent | e970cd5fa3dd944907005d16d09478ed1bebff51 (diff) |
bin/pkg: pkg_update: forgot a spce
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ pkg_update () { if ([ $? = 0 ]) { clear_line info "Updating $1" - [ -n "$NEW" ] && info "to $(echo $NEW | tail -n 1)" + [ -n "$NEW" ] && info " to $(echo $NEW | tail -n 1)" info "\n" vcs_update check_deps "$1" |