Closed giacmir closed 7 years ago
I have this gem installed my linux box (as a dependency of a ruby project I'm using) and it throws this error:
/var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: 1: /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: Syntax error: Unterminated quoted string /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: 1: /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: Syntax error: Unterminated quoted string /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: 1: /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: Syntax error: Unterminated quoted string /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: 1: /var/lib/gems/2.3.0/gems/terminal-notifier-1.7.1/vendor/terminal-notifier/terminal-notifier.app/Contents/MacOS/terminal-notifier: Syntax error: Unterminated quoted string
I have zsh as my default shell, the error does not appear if I switch to bash.
Well it's not supposed to be ran under Linux, macOS only. I guess the project you're trying to use needs some update to be used under Linux.
I have this gem installed my linux box (as a dependency of a ruby project I'm using) and it throws this error:
I have zsh as my default shell, the error does not appear if I switch to bash.