This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin script wrapper (native)


Greetings, All!

> I think I've finally ironed out most of the issues I had with it. (Infinite
> number of arguments, quoting, etc.)
> The only known issues that cause script to break seems to be the same as you
> would expect with direct script executions - uneven/misplaced quotation marks.

Except the line 31, which should read

FOR /F "usebackq delims=" %%a IN (`cygpath.exe -u "%~1"`) DO (

else the paths containing spaces are split in multiple tokens.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 07.01.2015, <02:16>

Sorry for my terrible english...


--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]