From 8def9631a2835b762aa5574ed589aff0ae790321 Mon Sep 17 00:00:00 2001 From: ioensis <85604755+ioensis@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:52:15 +0000 Subject: [PATCH] added quotes to prevent ugly stuff --- cryptochat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptochat b/cryptochat index 54b6d84..b105269 100755 --- a/cryptochat +++ b/cryptochat @@ -7,7 +7,7 @@ err() { } checks() { - if [ -z $(which node) ]; then + if [ -z "$(which node)" ]; then err "node isn't installed.\nyou can easily acquire it using https://github.com/nvm-sh/nvm.\n" exit 1; elif [[ ! -d "$LIBDIR" ]]; then