* build-aux/git-version-gen (dirty): Use literal rather than tying
ourselves to ascii.
Reported by Steve Goetze.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-04-26 Eric Blake <eblake@redhat.com>
+
+ git-version-gen: allow use on EBCDIC hosts
+ * build-aux/git-version-gen (dirty): Use literal rather than tying
+ ourselves to ascii.
+ Reported by Steve Goetze.
+
2010-04-25 Bruno Haible <bruno@clisp.org>
netdb: Add support for GNULIB_POSIXCHECK.
#!/bin/sh
# Print a version string.
-scriptversion=2010-02-24.17; # UTC
+scriptversion=2010-04-26.15; # UTC
# Copyright (C) 2007-2010 Free Software Foundation, Inc.
#
esac
# Omit the trailing newline, so that m4_esyscmd can use the result directly.
-echo "$v" | tr -d '\012'
+echo "$v" | tr -d '
+'
# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)