From e1d18f949b67a0aac82ffaa12d4d18c23d8c99c4 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 26 Sep 2000 17:43:56 +0000 Subject: [PATCH] Remove bash2 dependency. CVS patchset: 4176 CVS date: 2000/09/26 17:43:56 --- scripts/check-prereqs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check-prereqs b/scripts/check-prereqs index a0681fd..a7dc4a6 100755 --- a/scripts/check-prereqs +++ b/scripts/check-prereqs @@ -1,6 +1,6 @@ -#!/bin/bash2 +#!/bin/bash -bashit="/bin/bash2 --rpm-requires" +bashit="/bin/bash --rpm-requires" # Make sure that this bash has the rpm-requires hack $bashit < /dev/null 2>&1 > /dev/null || exit $? -- 2.7.4