From owner-cvs-gnu Sat Dec 6 17:04:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01149 for cvs-gnu-outgoing; Sat, 6 Dec 1997 17:04:20 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA00932; Sat, 6 Dec 1997 17:02:18 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA27429; Sat, 6 Dec 1997 17:00:58 -0800 (PST) Date: Sat, 6 Dec 1997 17:00:58 -0800 (PST) Message-Id: <199712070100.RAA27429@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gzip zgrep.getopt Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/12/06 17:00:57 PST Modified files: gnu/usr.bin/gzip zgrep.getopt Log: Use getopts instead getopt(1). This should fix the problem with whitespaces in pattern. PR: 5211 Revision Changes Path 1.6 +27 -28 src/gnu/usr.bin/gzip/zgrep.getopt