diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/getmaintdependees | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/getmaintdependees b/admin/getmaintdependees index 5673f85..4e9305b 100755 --- a/admin/getmaintdependees +++ b/admin/getmaintdependees @@ -38,8 +38,8 @@ for i in $builds; do can_orphan=yes for j in "$@"; do echo -n "$j " - cdsb $j - source ./$j.info + cdsb $j &>/dev/null || continue + source ./$j.info &>/dev/null || continue if [ "$MAINTAINER" != "$maint" -a "$EMAIL" != "NOEMAIL" ]; then can_orphan=no echo -n "('$MAINTAINER' $EMAIL) " |
