BIND 10 trac2968, updated. 6f11ce8d8e06bababd2f706e2affc915e3ed1e02 [2968] Split into multiple lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 6 11:39:19 UTC 2013
The branch, trac2968 has been updated
via 6f11ce8d8e06bababd2f706e2affc915e3ed1e02 (commit)
from 99d9be31ae3323ee9f539b01bc74f3797d968e3b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6f11ce8d8e06bababd2f706e2affc915e3ed1e02
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jun 6 17:04:09 2013 +0530
[2968] Split into multiple lines
-----------------------------------------------------------------------
Summary of changes:
src/bin/dbutil/tests/dbutil_test.sh.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dbutil/tests/dbutil_test.sh.in b/src/bin/dbutil/tests/dbutil_test.sh.in
index 183485b..6611b4a 100755
--- a/src/bin/dbutil/tests/dbutil_test.sh.in
+++ b/src/bin/dbutil/tests/dbutil_test.sh.in
@@ -141,7 +141,8 @@ get_schema() {
copy_file $1 $db1
db_schema=`sqlite3 $db1 '.schema' | \
- sed -e ':a' -e 'N' -e '$!ba' -e 's/,[\ ]*\n/, /g' | sort | \
+ sed -e ':a' -e 'N' -e '$!ba' -e 's/,[\ ]*\n/, /g' | \
+ sort | \
awk '{line = line $0} END {print line}' | \
sed -e 's/ //g' | \
tr [:upper:] [:lower:]`
More information about the bind10-changes
mailing list