Skip to content

Commit d869110

Browse files
committed
shell scripts really be like that
1 parent 73bb7dc commit d869110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EOF
108108

109109
CODER_COMMAND="$(command -v "$STANDALONE_BINARY_NAME")"
110110

111-
if [ -z "$CODER_COMMAND" ]; then
111+
if [ -z "${CODER_COMMAND}" ]; then
112112
cath <<EOF
113113
Extend your path to use Coder:
114114

0 commit comments

Comments
 (0)