From c96d6946d7fcb47f526bcdbf199b2048ec3fe672 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 14 Feb 2013 15:52:57 +0100 Subject: Remove surplus echos --- erts/emulator/utils/gen_git_version | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'erts/emulator/utils') 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 -- cgit v1.2.3