summaryrefslogtreecommitdiff
path: root/survey.sh.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-18 12:45:42 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-01-18 12:45:42 +1100
commit24c710e498a93c15c3071e833a3e357576ee6d2c (patch)
tree0cfbcb2f3d2b0b6351ea58dff27d2854ac34f167 /survey.sh.in
parent72c025d9f0f494d6816f045819b9be05fc915730 (diff)
- (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"
55echo 55echo
56echo "libs: $LIBS" 56echo "libs: $LIBS"
57echo 57echo
58echo "ccver-v: `$CC -v 2>&1`" 58echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
59echo 59echo
60echo "ccver-V: `$CC -V 2>&1`" 60echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
61echo 61echo
62echo "cppdefines:" 62echo "cppdefines:"
63${CPP} -dM - </dev/null 63${CPP} -dM - </dev/null