diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-08 18:39:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-08 18:39:52 +0200 |
commit | 4c969e7894c28011048c16ed4ea2353770b09c4e (patch) | |
tree | 23bfc794ff2500230ac7593008381b2d33765213 | |
parent | a997a03965a80dab0528d95c29208cb2b160458a (diff) |
bin/pkg: pkg_status: Removed crap
-rwxr-xr-x | bin/pkg | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -312,14 +312,13 @@ pkg_list_available () { pkg_status () { cd $PDIR/$1 info "looking for local modifications: $1" - check_deps $1 - checklinks $CL_OPTIONS +# check_deps $1 +# checklinks $CL_OPTIONS STATUS=$($VCS_CMD $VCS_STATUS) + clear_line if ([ -n "$STATUS" ]) { - info "\rLocally modified in $1:\n" + info "Locally modified in $1:\n" echo "$STATUS" - } else { - clear_line } } |