diff options
-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 } } |