* build-aux/git-version-gen (v): Init shell var to empty.
Signed-off-by: Eric Blake <eblake@redhat.com>
+2010-06-14 Thien-Thi Nguyen <ttn@gnuvola.org> (tiny change)
+
+ git-version-gen: init shell var to avoid env var influence
+ * build-aux/git-version-gen (v): Init shell var to empty.
+
2010-06-14 Paul Eggert <eggert@cs.ucla.edu>
priv-set: Don't assume that priv.h exists merely because getppriv does.
#!/bin/sh
# Print a version string.
-scriptversion=2010-05-28.15; # UTC
+scriptversion=2010-06-14.19; # UTC
# Copyright (C) 2007-2010 Free Software Foundation, Inc.
#
nl='
'
+# Avoid meddling by environment variable of the same name.
+v=
+
# First see if there is a tarball-only version file.
# then try "git describe", then default.
if test -f $tarball_version_file