summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-16 15:11:47 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-16 15:11:47 +0000
commit114573d37141d67fbfe8dec85169142cbc14a1e1 (patch)
tree2e43fda2d939b0f57c8dc68de3585c3d4617dc7a /scripts/patchfns.in
parent67a0f57740fa52a091fe395024d5400052d97fb1 (diff)
downloadquilt-114573d37141d67fbfe8dec85169142cbc14a1e1.tar.gz
Merge James's bash version check (again after minor changes by me):
Autoconf is there to make configuration and testing of the environment easier for the user and the designer, hence configure check for bash version in configure.ac It also removes the test from the constantly sourced patchfns too, which has to be a step in the right direction.
Diffstat (limited to 'scripts/patchfns.in')
-rw-r--r--scripts/patchfns.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index b155903..28f58de 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -7,12 +7,6 @@
#
# See the COPYING and AUTHORS files for more details.
-# Compat tests
-if [ "$BASH_VERSION" \< "2.04" ] ; then
- echo "$0: Needs Bash >= 2.04" >&2
- exit 1
-fi
-
export TEXTDOMAIN=quilt