Signed-off-by: Mans Rullgard <[email protected]> --- version.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/version.sh b/version.sh index 6ec2b25..2da8e33 100755 --- a/version.sh +++ b/version.sh @@ -2,7 +2,6 @@ # check for git short hash revision=$(cd "$1" && git describe --always 2> /dev/null) -test "$revision" && revision=git-$revision # no revision number found test "$revision" || revision=UNKNOWN -- 1.7.5.3 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
