On Jul 28 19:07, Shaddy Baddah wrote: > Hi, > > bash... maybe cygpath, seems to be doing something weird: > > $ cygpath -u '\\someuncpath\someshare' > //someuncpath/someshare > $ echo `cygpath -u '\\someuncpath\someshare'` > /cygdrive/c/someuncpath/someshare > $ # what's going on here > $ echo "`cygpath -u '\\someuncpath\someshare'`" > /cygdrive/c/someuncpath/someshare
Works fine in tcsh. Looks like a bash problem. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple