From 803c9548f0b4c81968139597e56bc4d5b9516c60 Mon Sep 17 00:00:00 2001 From: ippachi Date: Mon, 23 Dec 2019 00:40:21 +0000 Subject: Escape $ --- installer/install-solargraph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install-solargraph.sh b/installer/install-solargraph.sh index 003234a..8526ac6 100755 --- a/installer/install-solargraph.sh +++ b/installer/install-solargraph.sh @@ -13,7 +13,7 @@ cat < solargraph #!/bin/sh DIR=\$(cd \$(dirname \$0); pwd) -cd $DIR && bundle exec ruby \$DIR/bin/solargraph stdio +cd \$DIR && bundle exec ruby \$DIR/bin/solargraph stdio EOF chmod +x solargraph -- cgit v1.2.3-54-g00ecf