shell.req: removed $sh --rpm-requires test

This commit is contained in:
Alexey Tourbin 2009-09-08 22:49:50 +04:00
parent 859a56a738
commit 4e9dcb1346

View File

@ -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