X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fscripts%2Freversion;h=0ee2f8dc78a9568e86c50ed2baa6bbd10839d878;hb=fc8cd529d7801658d38d9a4fc82a8b18fe3bbcc6;hp=c82d9c0ace63075bb1127509908d282e4c004f76;hpb=6e73859a6adb406fabe713558d8d22691d6354c8;p=exim.git diff --git a/src/scripts/reversion b/src/scripts/reversion index c82d9c0ac..0ee2f8dc7 100755 --- a/src/scripts/reversion +++ b/src/scripts/reversion @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) The Exim Maintainers 2017 +# Copyright (c) The Exim Maintainers 1995 - 2018 set -e LC_ALL=C @@ -37,7 +37,7 @@ fi # If this tree is a git working directory, use that to get version information. -if [ -d ../../.git ] || [ "$1" = "release" ] +if [ -d ../../.git ] || [ -f ../../.git ] || [ "$1" = "release" ] then # Modify the output of git describe into separate parts for # the name "exim" and the release and variant versions.