aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-24 20:30:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-24 20:30:22 +0000
commit7ea0c0578a59abc086496024dbf6cc65b6e94e38 (patch)
treee45c89740ba84edbf809efb8aae5fc2447eee580 /bootstrap
parent51c2a16f2d3658672421892e2c3405c6ed74c490 (diff)
downloadgdbm-7ea0c0578a59abc086496024dbf6cc65b6e94e38.tar.gz
gdbm-7ea0c0578a59abc086496024dbf6cc65b6e94e38.tar.bz2
Implement multi-character commands in testgdbm.
* bootstrap (get_po): Discard output from cmp. * src/testgdbm.c: Implement multi-character commands. * doc/gdbm.texinfo: Update.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index e4211e4..658f0e5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -26,7 +26,7 @@ get_po() {
26 if test "$langs" != '*'; then 26 if test "$langs" != '*'; then
27 for lang in $langs 27 for lang in $langs
28 do 28 do
29 if test -f po/$lang.po && cmp po/$lang.po $refdir/$lang.po 29 if test -f po/$lang.po && cmp po/$lang.po $refdir/$lang.po >/dev/null
30 then 30 then
31 : 31 :
32 else 32 else
@@ -68,4 +68,4 @@ fi
68get_po 68get_po
69 69
70test -d m4 || mkdir m4 70test -d m4 || mkdir m4
71autoreconf -f -i -s \ No newline at end of file 71autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.