diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:23:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:23:01 +0000 |
commit | d88566d716659abbf62bf80d314a40a2bf04fb93 (patch) | |
tree | afe73421759a89ec810c9e4a5e88c83c71a93ea4 /devel/tclgetopts/files/patch-ab | |
parent | Initial import of libgnugetopt version 1.0. (diff) |
Initial import of tclGetOpts version 1.0.
Pure TCL code for command line options parsing.
PR: 10661
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=18387
Diffstat (limited to 'devel/tclgetopts/files/patch-ab')
-rw-r--r-- | devel/tclgetopts/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/tclgetopts/files/patch-ab b/devel/tclgetopts/files/patch-ab new file mode 100644 index 000000000000..89e871460b92 --- /dev/null +++ b/devel/tclgetopts/files/patch-ab @@ -0,0 +1,10 @@ +--- typedopts.n.orig Sat Feb 19 19:30:19 1994 ++++ typedopts.n Thu Mar 18 16:05:00 1999 +@@ -155,5 +155,4 @@ + .B typedopts +-can't parse its options for any reason, it will print an +-error message to stderr and return a +-.B -1 ++can't parse its options for any reason, it will ++fail with an error message and return + without modifying any other variables. |