diff options
author | Lukas Larsson <[email protected]> | 2013-02-14 15:53:43 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-02-14 15:53:43 +0100 |
commit | 45422f6fd460d6acc30e66f58dc2188d232f2b12 (patch) | |
tree | b7ba9567435fb2bcd183c9eaafe9804183485578 /erts/emulator | |
parent | 2f5ef8b1c8be6bdd76a08a494bf834719c36c92a (diff) | |
parent | c96d6946d7fcb47f526bcdbf199b2048ec3fe672 (diff) | |
download | otp-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/emulator')
-rwxr-xr-x | erts/emulator/utils/gen_git_version | 3 |
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 |