scripts/getver.sh: fix older git versions from printing stuff to stdout
authorJonas Gorski <jonas.gorski@gmail.com>
Sat, 16 Jul 2016 14:57:05 +0000 (16:57 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Sat, 16 Jul 2016 18:50:56 +0000 (20:50 +0200)
commitefdd3bf5fbab94b3f84e8a285e83ef36e39b3e8b
tree50999bbc80cebc389fd410c754686e8ff5962e93
parentb051ac76e83f2245f06fda852b0779f328d2954b
scripts/getver.sh: fix older git versions from printing stuff to stdout

Older git versions seem output the original argument to stdout if there
is no upstream, presumably because they try to do things with it
internally. This can be prevented by passing --verify to it, which
should be safe on newer git versions.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
scripts/getver.sh