|
The xt5250 script in tn5250 0.16.0 parses the old getopt(3) style arguments. The patch below should fix this. --- xt5250.in.dist Thu Apr 13 11:07:26 2000 +++ xt5250.in Tue Dec 19 23:16:47 2000 @@ -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 -- Carey Evans http://home.clear.net.nz/pages/c.evans/ "May not be representative of the experience of actual customers." +--- | This is the LINUX5250 Mailing List! | To submit a new message, send your mail to LINUX5250@midrange.com. | To subscribe to this list send email to LINUX5250-SUB@midrange.com. | To unsubscribe from this list send email to LINUX5250-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.