Remove bash2 dependency.
authorjbj <devnull@localhost>
Tue, 26 Sep 2000 17:43:56 +0000 (17:43 +0000)
committerjbj <devnull@localhost>
Tue, 26 Sep 2000 17:43:56 +0000 (17:43 +0000)
CVS patchset: 4176
CVS date: 2000/09/26 17:43:56

scripts/check-prereqs

index a0681fd..a7dc4a6 100755 (executable)
@@ -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 $?