You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what the possible values for last-cache are in setup.rc, but since
my account name has a <SPACE> in it, the following works.
Also, you did quote the mkdir and cd in ONE place, but another one was left
unquoted.
$ apt-cyg --version
apt-cyg version 0.59
$ diff /usr/bin/apt-cyg /usr/bin/apt-cyg.DIST
80c80
< print $0
---
> print $1
292,293c292,293
< mkdir -p "$cache/$mirrordir/$dn"
< cd "$cache/$mirrordir/$dn"
---
> mkdir -p $cache/$mirrordir/$dn
> cd $cache/$mirrordir/$dn
thanks,
--stephen
Original issue reported on code.google.com by [email protected] on 8 Nov 2014 at 6:03
The text was updated successfully, but these errors were encountered:
Oops, missed another...
366c366
< cd "$cache/$mirrordir/$dn"
---
> cd $cache/$mirrordir/$dn
I guess i'm not convinced that Cygwin itself is quite capable of dealing with
spaces
cygwin warning:
MS-DOS style path detected: C:/Users/Stephen
Preferred POSIX equivalent is: /cygdrive/c/Users/Stephen
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
/usr/bin/apt-cyg: line 366: cd: C:/Users/Stephen: No such file or directory
tar: subversion-1.8.10-2.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
bleah.
Original issue reported on code.google.com by
[email protected]
on 8 Nov 2014 at 6:03The text was updated successfully, but these errors were encountered: