summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-09-26 17:43:56 +0000
committerjbj <devnull@localhost>2000-09-26 17:43:56 +0000
commite1d18f949b67a0aac82ffaa12d4d18c23d8c99c4 (patch)
treedd159ac96ad25691371ca5cd83bbb29d75d8777f /scripts
parentd3a569263a19604c9088ed0a85c69b12bed635db (diff)
downloadrpm-e1d18f949b67a0aac82ffaa12d4d18c23d8c99c4.tar.gz
Remove bash2 dependency.
CVS patchset: 4176 CVS date: 2000/09/26 17:43:56
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-prereqs4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check-prereqs b/scripts/check-prereqs
index a0681fdbc..a7dc4a659 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 $?