Skip to content

Commit bde1750

Browse files
xtrm-enintellij-monorepo-bot
authored andcommitted
fix launch script to use /usr/bin/env
Signed-off-by: xtrm <oss@xtrm.me> GitOrigin-RevId: bad6acbfd4d76479ff0a35b43589f9c28c596092
1 parent e686ce8 commit bde1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kotlin-lsp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
SOURCE=${BASH_SOURCE[0]}
44
while [ -L "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink

0 commit comments

Comments
 (0)