aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-02-14 15:52:57 +0100
committerLukas Larsson <[email protected]>2013-02-14 15:53:28 +0100
commitc96d6946d7fcb47f526bcdbf199b2048ec3fe672 (patch)
treec53d9978ae836bd732071d10ed602fbef11ef7bb /erts
parent3e95d5f8e4a348efbb8fb1036da3fa9368c75ae2 (diff)
downloadotp-c96d6946d7fcb47f526bcdbf199b2048ec3fe672.tar.gz
otp-c96d6946d7fcb47f526bcdbf199b2048ec3fe672.tar.bz2
otp-c96d6946d7fcb47f526bcdbf199b2048ec3fe672.zip
Remove surplus echos
Diffstat (limited to 'erts')
-rwxr-xr-xerts/emulator/utils/gen_git_version3
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/emulator/utils/gen_git_version b/erts/emulator/utils/gen_git_version
index d93a97cbbb..ef06a4b8e2 100755
--- a/erts/emulator/utils/gen_git_version
+++ b/erts/emulator/utils/gen_git_version
@@ -24,8 +24,7 @@ then
else
VC=unset
fi
-echo "VSN = $VSN"
-echo "VC = $VC"
+
if test "$VSN" != "$VC"
then
echo "# Automatically generated by $0 - DO NOT EDIT." > $OUTPUT_FILE