| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | Pascal Obry <p DOT obry AT wanadoo DOT fr> |
| MIME-Version: | 1.0 |
| Message-ID: | <15999.27880.968000.783214@gargle.gargle.HOWL> |
| Date: | Mon, 24 Mar 2003 21:39:04 +0100 |
| To: | cygwin AT cygwin DOT com |
| Subject: | texi2dvi problem, uname bug |
Hello,
I'm using Cygwin 1.3.22-1.
On line 105 of the texi2dvi script there is `uname -S ...`
the capital S here is wrong, it should be a lower-case s.
(there is no -S uname option). Here is the patch:
<<
*** texi2dvi.orig Mon Mar 24 21:38:25 2003
--- texi2dvi Mon Mar 24 21:38:16 2003
***************
*** 102,108 ****
elif echo "$PATH" | grep ':.*:' 2>/dev/null; then
path_sep=':'
else
! case "`uname -S 2>/dev/null`" in
[Cc][Yy][Gg][Ww][Ii][Nn]*) path_sep=':' ;;
*) path_sep = ';' ;;
esac
--- 102,108 ----
elif echo "$PATH" | grep ':.*:' 2>/dev/null; then
path_sep=':'
else
! case "`uname -s 2>/dev/null`" in
[Cc][Yy][Gg][Ww][Ii][Nn]*) path_sep=':' ;;
*) path_sep = ';' ;;
esac
>>
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://perso.wanadoo.fr/pascal.obry
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |