CVSROOT: /sources/m4
Module name: m4
Changes by: Gary V. Vaughan <gary> 06/07/17 12:33:29
Index: bootstrap
===================================================================
RCS file: /sources/m4/m4/bootstrap,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- bootstrap 13 Jul 2006 15:58:56 -0000 1.33
+++ bootstrap 17 Jul 2006 12:33:29 -0000 1.34
@@ -1,6 +1,6 @@
#! /bin/sh
-# bootstrap (GNU M4) version 2006-07-13
+# bootstrap (GNU M4) version 2006-07-17
# Written by Gary V. Vaughan <[EMAIL PROTECTED]>
# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -182,7 +182,7 @@
case $opt in
-p|--download-po)
test $# = 0 && func_missing_arg $opt && break
- case $opt in
+ case $1 in
0|[Nn]*|[Ff]*) DOWNLOAD_PO=no ;;
[Oo]*) DOWNLOAD_PO=only ;;
esac