shell.req: removed $sh --rpm-requires test
This commit is contained in:
parent
859a56a738
commit
4e9dcb1346
@ -36,8 +36,6 @@ ShellReq()
|
|||||||
*)
|
*)
|
||||||
sh=/bin/sh ;;
|
sh=/bin/sh ;;
|
||||||
esac
|
esac
|
||||||
$sh --rpm-requires </dev/null >/dev/null ||
|
|
||||||
Fatal "$sh interpreter does not support --rpm-requires feature"
|
|
||||||
|
|
||||||
local out line1
|
local out line1
|
||||||
if ! out=$($sh --rpm-requires "$f"); then
|
if ! out=$($sh --rpm-requires "$f"); then
|
||||||
|
Loading…
Reference in New Issue
Block a user