From 58b7ee5ce953cef9e6547a551086cf4e6bc9fab5 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 19 Dec 2003 20:10:18 +0000 Subject: require --version (#112416) --- scripts/buildinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buildinstall b/scripts/buildinstall index bb72ed39f..b4b767abf 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -68,7 +68,7 @@ if [ -z "$PRODUCTSTR" ]; then fi if [ -z "$VERSION" ]; then - VERSION=$(rpm --qf '%{VERSION}' -qp $DIR/$PRODUCTPATH/RPMS/redhat-release-*.rpm) + usage fi if [ -z "$DIR" ]; then -- cgit