From 0e4068587aebac729a06ce96e8dc6d0cf71f881e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Jul 2006 14:22:07 +0000 Subject: [PATCH] Reorder tests in doc-base patch. --- gnulib-tool | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnulib-tool b/gnulib-tool index 79a8af5452..4f782cc1d7 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-07-15 23:07:01 $' +cvsdatestamp='$Date: 2006-07-20 14:22:07 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -434,9 +434,9 @@ func_ln_if_changed () exit 1 fi if test -n "$supplied_libname" || test -n "$sourcebase" || test -n "$m4base" \ - || test -n "$testsbase" || test -n "$auxdir" || test -n "$inctests" \ - || test -n "$docbase" \ - || test -n "$avoidlist" || test -n "$lgpl" || test -n "$macro_prefix"; then + || test -n "$docbase" || test -n "$testsbase" || test -n "$auxdir" \ + || test -n "$inctests" || test -n "$avoidlist" || test -n "$lgpl" \ + || test -n "$macro_prefix"; then echo "gnulib-tool: invalid options for 'update' mode" 1>&2 echo "Try 'gnulib-tool --help' for more information." 1>&2 echo "If you really want to modify the gnulib configuration of your project," 1>&2 -- 2.30.2