summaryrefslogtreecommitdiffstats
path: root/survey.sh.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-18 02:45:42 +0100
committerDarren Tucker <dtucker@zip.com.au>2005-01-18 02:45:42 +0100
commit24c710e498a93c15c3071e833a3e357576ee6d2c (patch)
tree0cfbcb2f3d2b0b6351ea58dff27d2854ac34f167 /survey.sh.in
parent - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement (diff)
downloadopenssh-24c710e498a93c15c3071e833a3e357576ee6d2c.tar.xz
openssh-24c710e498a93c15c3071e833a3e357576ee6d2c.zip
- (dtucker) [survey.sh.in] Remove any blank lines from the output of
ccver-v and ccver-V.
Diffstat (limited to 'survey.sh.in')
-rw-r--r--survey.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/survey.sh.in b/survey.sh.in
index 6a0c08df4..4123b6d12 100644
--- a/survey.sh.in
+++ b/survey.sh.in
@@ -55,9 +55,9 @@ echo "ldflags: $LDFLAGS"
echo
echo "libs: $LIBS"
echo
-echo "ccver-v: `$CC -v 2>&1`"
+echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
echo
-echo "ccver-V: `$CC -V 2>&1`"
+echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
echo
echo "cppdefines:"
${CPP} -dM - </dev/null