]> andersk Git - openssh.git/commitdiff
- (dtucker) [survey.sh.in] Remove any blank lines from the output of
authordtucker <dtucker>
Tue, 18 Jan 2005 01:45:42 +0000 (01:45 +0000)
committerdtucker <dtucker>
Tue, 18 Jan 2005 01:45:42 +0000 (01:45 +0000)
   ccver-v and ccver-V.

ChangeLog
survey.sh.in

index bdc03ae374823f48683b0c637c97484ca5db5e1a..288664d0071473f5dd5b2720336d628a08fa0863 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
    configure parameters, platform and platform features to the development
    team, which will allow (among other things) better targetting of testing.
    It's entirely voluntary and is off be default. ok djm@
+ - (dtucker) [survey.sh.in] Remove any blank lines from the output of
+   ccver-v and ccver-V.
 
 20041220
  - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading
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.05163 seconds and 5 git commands to generate.