justinbarclay / parinfer-rust-mode

Simplifying how you write Lisp
https://shaunlebron.github.io/parinfer/
GNU General Public License v3.0
227 stars 16 forks source link

Download link construction cause error in shell command #75

Closed braineo closed 5 months ago

braineo commented 5 months ago
/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: `curl -L https://github.com/justinbarclay/parinfer-rust/releases/download/v(0.4.4 0.4.3)/parinfer-rust-linux.so -o /home/user/.emacs.d/.cache/parinfer-rust/parinfer-rust-linux.so'

apparently bash has a hard time dealing with v(0.4.4 0.4.3) part in the url. i made a fix in #74