aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-02-14 15:53:43 +0100
committerLukas Larsson <[email protected]>2013-02-14 15:53:43 +0100
commit45422f6fd460d6acc30e66f58dc2188d232f2b12 (patch)
treeb7ba9567435fb2bcd183c9eaafe9804183485578 /erts
parent2f5ef8b1c8be6bdd76a08a494bf834719c36c92a (diff)
parentc96d6946d7fcb47f526bcdbf199b2048ec3fe672 (diff)
downloadotp-45422f6fd460d6acc30e66f58dc2188d232f2b12.tar.gz
otp-45422f6fd460d6acc30e66f58dc2188d232f2b12.tar.bz2
otp-45422f6fd460d6acc30e66f58dc2188d232f2b12.zip
Merge branch 'lukas/erts/add_sha_to_shell_title/OTP-10838'
* lukas/erts/add_sha_to_shell_title/OTP-10838: 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