From owner-cvs-all Sun Apr 4 0:13:54 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 0) id 53A4A15527; Sun, 4 Apr 1999 00:07:14 -0800 (PST) Approved: pdiddle Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF9BB14D73; Sat, 3 Apr 1999 16:27:35 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA14777; Sat, 3 Apr 1999 16:25:40 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Message-Id: <199904040025.QAA14777@freefall.freebsd.org> From: Martin Cracauer Date: Sat, 3 Apr 1999 16:25:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/getopt getopt.1 getopt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cracauer 1999/04/03 16:25:40 PST Modified files: usr.bin/getopt getopt.1 getopt.c Log: Back out part of previous commit. Arguments with whitespaces are easy to fix, but in combination with shell metachars that should not be evaluated it is very hard, probably impossible to fix without going to a line-oriented solution. Next time I will believe Henry Spencer when he says "this looks easy to fix but isn't". Revision Changes Path 1.6 +15 -26 src/usr.bin/getopt/getopt.1 1.4 +1 -1 src/usr.bin/getopt/getopt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message