summaryrefslogtreecommitdiffstats
path: root/misc/gettextize.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gettextize.in')
-rw-r--r--misc/gettextize.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/gettextize.in b/misc/gettextize.in
index 4eb8fbf..d57bdf5 100644
--- a/misc/gettextize.in
+++ b/misc/gettextize.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -129,12 +129,6 @@ else
}
fi
-rm -fr intl
-mkdir intl || {
- $echo "failed to create intl/ subdirectory"
- exit 1;
-}
-
test -d po || mkdir po || {
$echo "failed to create po/ subdirectory"
exit 1