|
Here's something else I found while preparing the Debian package of 0.16.2. This seems to have gotten lost between 1.5.2.1 and 1.5.2.2, and should probably be applied to HEAD as well. I realised I missed options starting with a "+" in my original patch, so this one allows for them. --- xt5250.in.dist Thu Aug 30 22:20:11 2001 +++ xt5250.in Thu Aug 30 22:20:15 2001 @@ -21,14 +21,11 @@ XT5250_HOST="" while [ $# -ne 0 ] ; do case "$1" in - -h|--help) + [-+]help) exec "$bindir/tn5250";; - -V|--version) - exec "$bindir/tn5250" -V;; - -m|-s|-t|-y) - shift - ;; - -*) + [-+]version) + exec "$bindir/tn5250" -version;; + [-+]*|*=*) ;; *) if [ -z "$XT5250_HOST" ] ; then XT5250_HOST="$1" ; fi I've also written a short man page for scs2ps and checked it in, with minor changes to other man pages. These should probably go on the 0.16.x branch as well. -- Carey Evans http://home.clear.net.nz/pages/c.evans/ You think you know... what's to come... what you are.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.