This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bash 2.0.2 backquoted text includes final carriage return


--- Bill Kelly <kelly@softwired-inc.com> wrote:
> Normally the replacement text in bash for something like `hostname` would
> exclude any
> final line ending characters, but in bash 2.0.2 this appears not to be the
> case.
-8<-

By _normally_ do you mean on a UNIX system?

-8<-
> When I tried including the hostname in filenames in bash, I ended up with
> carriage
> returns in the filenames.
-8<-
> bash-2.02$ echo -n `hostname` | od -c
> 0000000   b   o   r   s  \r
> 0000005

Expected default.  Workaround if necessary only: export CYGWIN=nobinmode.
Alternate fix would be to set the output of hostname to 0_BINARY mode in the
hostname source file(s) and rebuild.
===
"Earnie Boyd" <mailto:earnie_boyd@yahoo.com>
CYGWIN RELATED HELP:
 DOCUMENTATION: <http://sourceware.cygnus.com/cygwin/docs.html>
       DLLHELP: <http://www.xraylith.wisc.edu/~khan/software/gnu-win32/>
ARCHIVE SEARCH: <http://www.delorie.com/archives/> OR
                <http://www.eGroups.com/list/gnu-win32/>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com