summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkg9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/pkg b/bin/pkg
index 1056906..75b1b1d 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -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
}
}