We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ae543 commit 739bab0Copy full SHA for 739bab0
workspace-init
@@ -7,7 +7,7 @@ if [[ ! -d ext-6.2.0 ]]; then
7
fi
8
9
# install sencha command
10
-if [[ ! command -v sencha ]]; then
+if [[ ! $(command -v sencha) ]]; then
11
wget http://cdn.sencha.com/cmd/6.2.0/no-jre/SenchaCmd-6.2.0-linux-amd64.sh.zip
12
unzip -q SenchaCmd-6.2.0-linux-amd64.sh.zip
13
chmod +x SenchaCmd-6.2.0.103-linux-amd64.sh
0 commit comments