version: use -g as the "other" suffix, so that git show works.
Fixes #880. Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
f3aa08de76
commit
710b105f38
@@ -72,7 +72,7 @@ fi
|
||||
# used and Go toolchain version).
|
||||
if [ -n "$other" ]; then
|
||||
other="$(echo $other | cut -c1-9)"
|
||||
other="-o${other}"
|
||||
other="-g${other}"
|
||||
fi
|
||||
|
||||
# Validate that the version data makes sense. Rules:
|
||||
|
||||
Reference in New Issue
Block a user