| 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: | "Daryl Spartz" <spartz AT us DOT ibm DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | 1.3.10: CRLF problem introduced in upgrade |
| Date: | Wed, 13 Mar 2002 19:56:35 -0700 |
| Message-ID: | <000001c1f5ec$48c2d6a0$1702a8c0@dspartz> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4910.0300 |
I have the following in my .bashrc:
export DISPLAY=`ipconfig | grep 'IP Address' | awk '{ split( $0, line, ":
" ); print line[ 2 ] }'`":0"
which after upgrading from 1.3.2 produces the following:
$ echo $DISPLAY
:02.168.2.23
A carriage return character is present overlaying the printed output. The
following show it is embedded in the string:
$ echo $DISPLAY | tr -d "\r"
192.168.2.23:0
Something has changed between versions of cygwin. Was that intentional?
$ mount
C:\cygwin\bin on /usr/bin type system (binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
c: on /cygdrive/c type user (binmode,noumount)
$ uname -a
CYGWIN_NT-5.0 DSPARTZ 1.3.10(0.51/3/2) 2002-02-25 11:14 i686 unknown
spartz AT us DOT ibm DOT com
--
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 |