summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-08 18:39:52 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-08 18:39:52 +0200
commit4c969e7894c28011048c16ed4ea2353770b09c4e (patch)
tree23bfc794ff2500230ac7593008381b2d33765213
parenta997a03965a80dab0528d95c29208cb2b160458a (diff)
bin/pkg: pkg_status: Removed crap
-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
}
}