Hi,
I upgraded Fuse to Fuse version 0.5.3654, Uno 0.5.3654-OSX
I get this error in sublime now.
Hi,
I upgraded Fuse to Fuse version 0.5.3654, Uno 0.5.3654-OSX
I get this error in sublime now.
Hi Bjørn-Olav,
Could you please try deleting the Fuse files in $HOME/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages/
, and then running fuse install sublime-plugin
again? That should fix the problem.
If that gives you a “unary operator” error, please open /Applications/Fuse.app/Contents/Modules/SublimePlugin/install.command
, and change line 59 from
if [ ${words[1]} != $LOCAL_ETAG ]; then
to
if [ "${words[1]}" != "$LOCAL_ETAG" ]; then
This has been fixed for the next release, but not for the one you’re on.
abcmac011:~ bjorn.strand$ rm -rf /Users/bjorn.strand/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages/Fuse*
abcmac011:~ bjorn.strand$ fuse install sublime-plugin
# Starting sublime-plugin installer
Looks like Sublime Text 3 is not installed or have never been started before. Please do that first.
fuse: Failed to install sublime-plugin
$ fuse --version
Fuse version 0.5.3715
$ fuse install sublime-plugin
# Starting sublime-plugin installer
Installing sublime plugin...
/Applications/Fuse.app/Contents/Modules/SublimePlugin/install.command: line 59: [: 0x8D2B479C15A: unary operator expected
# Done installing sublime-plugin
$ fuse install sublime-plugin
# Starting sublime-plugin installer
Installing sublime plugin...
Successfully installed the sublime plugin
# Done installing sublime-plugin
I assume this means the plugin actually works too?
Yes.
Cool, thanks!