Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 00:45:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203783] editors/sublime3: Cannot open files when path contains space
Message-ID:  <bug-203783-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: neffi@neffi.net
                CC: miguelmclara@gmail.com
             Flags: maintainer-feedback?(miguelmclara@gmail.com)
                CC: miguelmclara@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203783-13>