diff options
author | Lukas Larsson <[email protected]> | 2013-02-14 15:52:57 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-02-14 15:53:28 +0100 |
commit | c96d6946d7fcb47f526bcdbf199b2048ec3fe672 (patch) | |
tree | c53d9978ae836bd732071d10ed602fbef11ef7bb /erts | |
parent | 3e95d5f8e4a348efbb8fb1036da3fa9368c75ae2 (diff) | |
download | otp-c96d6946d7fcb47f526bcdbf199b2048ec3fe672.tar.gz otp-c96d6946d7fcb47f526bcdbf199b2048ec3fe672.tar.bz2 otp-c96d6946d7fcb47f526bcdbf199b2048ec3fe672.zip |
Remove surplus echos
Diffstat (limited to 'erts')
-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 |