Home
last modified time | relevance | path

Searched refs:tarball_version_file (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgit-version-gen107 if test -z "$tarball_version_file"; then
108 tarball_version_file="$1"
119 if test -z "$tarball_version_file"; then
135 if test -f $tarball_version_file
137 v=`cat $tarball_version_file` || v=
144 && echo "$0: WARNING: $tarball_version_file is missing or damaged" 1>&2
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.38400 Add quotes, in case tarball_version_file contains shell meta-characters.