golang-portable-windows
golang-portable-windows copied to clipboard
LiteIDE.cmd fails if path contains right-paren
Steps to reproduce problem:
-
Create a directory with a right-paren. For example,
md "\(foo)bar"
-
Unzip the
GoPortWin1.8-r.1.zip
archive into that directory. -
Try invoking
liteide.cmd
.
When I invoke liteide
from the command line, I see
C:\(foo)bar>liteide
Starting up LiteIDE with the correct paths...
bar/workspace/src was unexpected at this time.
C:\(foo)bar>
I'm observing this in Windows 7.
This is easy enough to work around (by avoiding problematic paths) but I figured I would share this in the hopes that it saves someone else the time and trouble it caused me.
Thanks for finding this. I haven't work on this project in a while. Please feel free to submit a pull request if you have a fix for it. I'll leave this issue open.