File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 (case os
2424 :linux [" run.sh" (format " #!/usr/bin/env bash\n %s --config \" %s\" run launch-neovim \" %s\" \" $(realpath .)\" \" $1\" $2" (escape-spaces bb-path) (bb-edn ) config-path)]
2525 :mac [" run.sh" (format " #!/usr/bin/env bash\n export PATH=\" /usr/bin:/usr/local/bin:$PATH\"\n %s --config \" %s\" run launch-neovim \" %s\" \" $(realpath .)\" \" $1\" $2" (escape-spaces bb-path) (bb-edn ) config-path)]
26- :windows [" run.bat" (format " @echo off\r\n\" %s\" --config \" %s\" run launch-neovim \" %s\" \" %CD %\" \" %%~1\" %%2" bb-path (bb-edn ) config-path)]
26+ :windows [" run.bat" (format " @echo off\r\n\" %s\" --config \" %s\" run launch-neovim \" %s\" \" %%CD% %\" \" %%~1\" %%2" bb-path (bb-edn ) config-path)]
2727 :unknown (let [ex (ex-info " Can't create runner script for unknown operating system" {})]
2828 (log/error (ex-message ex) ex)
2929 (throw ex)))
You can’t perform that action at this time.
0 commit comments