details: http://asql.repository.steve.org.uk/?rev/1ccbd35bd04b changeset: 59:1ccbd35bd04b user: Steve Kemp <steve_at_steve.org.uk> date: Thu Jul 03 07:15:22 2008 +0100 description: Don't print extra newlines on termination when using --execute diffs (12 lines): diff -r a318f2925f2f -r 1ccbd35bd04b bin/asql --- a/bin/asql Thu Jul 03 07:14:16 2008 +0100 +++ b/bin/asql Thu Jul 03 07:15:22 2008 +0100 @@ -1495,7 +1495,7 @@ sub parseApacheLogLine # END { - print "\n\n"; + print "\n\n" unless( $CONFIG{'execute'} ); }Received on Thu Jul 03 2008 - 07:15:33 BST
This archive was generated by hypermail 2.2.0 : Tue Jan 06 2009 - 21:30:02 GMT