summaryrefslogtreecommitdiff
path: root/posix-modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-09-11 00:40:16 +0000
committerBruno Haible <bruno@clisp.org>2007-09-11 00:40:16 +0000
commit9db708dbdc0dee3a42b1344d78883ef9c6d4db17 (patch)
tree0bbba37e64ed6001299939a596e8453dc646bfce /posix-modules
parent0ea920e6ae2f890c9ecb97578ef3bf582034b7a4 (diff)
downloadgnulib-9db708dbdc0dee3a42b1344d78883ef9c6d4db17.tar.gz
Fix typo in error message.
Diffstat (limited to 'posix-modules')
-rwxr-xr-xposix-modules4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix-modules b/posix-modules
index 21aa8bebf5..269bb97f57 100755
--- a/posix-modules
+++ b/posix-modules
@@ -19,7 +19,7 @@
progname=$0
package=gnulib
-cvsdatestamp='$Date: 2007-09-08 22:45:08 $'
+cvsdatestamp='$Date: 2007-09-11 00:40:16 $'
last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
@@ -102,7 +102,7 @@ case "$0" in
done
IFS="$save_IFS"
if test -z "$self_abspathname"; then
- func_fatal_error "could not locate the gnulib-tool program - how did you invoke it?"
+ func_fatal_error "could not locate the posix-modules program - how did you invoke it?"
fi
;;
esac