diff --git a/scripts/shell.req.in b/scripts/shell.req.in index 194bad0..9cf23d0 100755 --- a/scripts/shell.req.in +++ b/scripts/shell.req.in @@ -36,8 +36,6 @@ ShellReq() *) sh=/bin/sh ;; esac - $sh --rpm-requires /dev/null || - Fatal "$sh interpreter does not support --rpm-requires feature" local out line1 if ! out=$($sh --rpm-requires "$f"); then