summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
committerMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
commit79a014a2ea88e84ab0f494efcf7a11b92c4bc6af (patch)
tree67323a104667a1767d61e2412c6ea5a6353ae6d2 /scripts/patchfns.in
parentb324e11dcfa120a1cf5827c0c5a96ef28a7743cf (diff)
downloadquilt-79a014a2ea88e84ab0f494efcf7a11b92c4bc6af.tar.gz
Implement i18n, french l10n and bump version number
Diffstat (limited to 'scripts/patchfns.in')
-rw-r--r--scripts/patchfns.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 91e3db9..b155903 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -7,6 +7,15 @@
#
# 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
+
+
if [ -n "$PATCHSCRIPTS" ]
then
P=$PATCHSCRIPTS/