diff options
Diffstat (limited to 'find-provides.in')
-rwxr-xr-x | find-provides.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/find-provides.in b/find-provides.in index c14ef6d..e64b34f 100755 --- a/find-provides.in +++ b/find-provides.in @@ -103,8 +103,7 @@ fi # # --- fonts [ -x @RPMLIBDIR@/fontconfig.prov ] && - echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/fontconfig.prov --provides | sort -u \ - && test ${PIPESTATUS[2]} -ne 0 && echo 'error: @RPMLIBDIR@/fontconfig.prov failed' >&2 && exit 1 + echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/fontconfig.prov --provides | sort -u # # --- typelib() gobject-introspection bindings |