diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-06 23:51:30 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-06 23:51:30 +0200 |
| commit | c5fd077ac48200023789059858efa35bdbf79674 (patch) | |
| tree | 035d23fe6cad9948c1b4992d3b2d5fe6d754f6fa | |
| parent | 0fc44d2c2bb369aeed39ca6f8dcc260f6baa8e2e (diff) | |
bin/pkg: Also check links on pkg status
| -rwxr-xr-x | bin/pkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -300,6 +300,7 @@ pkg_status () { cd $PDIR/$1 info "Checking $1 status..." check_deps $1 + checklinks $CL_OPTIONS STATUS=$($VCS_CMD $VCS_STATUS) if ([ -n "$STATUS" ]) { info "\rLocally modified in $1:\n" |
