]> granicus.if.org Git - apache/commitdiff
apxs lost the newline at the end of print "$result", so that apxs -q doesn't
authorSander Striker <striker@apache.org>
Wed, 7 Aug 2002 12:35:03 +0000 (12:35 +0000)
committerSander Striker <striker@apache.org>
Wed, 7 Aug 2002 12:35:03 +0000 (12:35 +0000)
return anything.

Submitted by: Thom May <thom@planetarytramp.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96317 13f79535-47bb-0310-9956-ffa450edef68

support/apxs.in

index bc9ccec285f5c1eb46ea4298c46c7e95c7ca2578..91de152ef7cc6592be68ba02efb7778784a90be1 100644 (file)
@@ -358,7 +358,7 @@ if ($opt_q) {
     ##  QUERY INFORMATION 
     ##
     my $result = get_vars(@args);
-    print "$result";
+    print "$result\n";
 }
 
 if ($opt_c) {