]> andersk Git - openssh.git/blobdiff - survey.sh.in
- (dtucker) [survey.sh.in] Remove any blank lines from the output of
[openssh.git] / survey.sh.in
index 6a0c08df4a840fcad58c6c2586e62242986d39af..4123b6d128559716c21ce0a51b1a8033631aafeb 100644 (file)
@@ -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
This page took 0.435421 seconds and 4 git commands to generate.