[Bug 203783] editors/sublime3: Cannot open files when path contains space

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 15 00:45:30 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203783

            Bug ID: 203783
           Summary: editors/sublime3: Cannot open files when path contains
                    space
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: neffi at neffi.net
                CC: miguelmclara at gmail.com
             Flags: maintainer-feedback?(miguelmclara at gmail.com)
                CC: miguelmclara at gmail.com

Sublime 3 contains a wrapper script at /usr/local/bin/sublime to ensure that
/dev/shm is set up correctly, and it's currently passing arguments to the real
binary incorrectly. The offending line:

/usr/local/share/sublime/sublime_text $*

This should read:

/usr/local/share/sublime/sublime_text "$@"

It currently causes sublime to incorrectly open any file where the path
contains a space.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list