We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fe1af commit 1e0c110Copy full SHA for 1e0c110
install.sh
@@ -30,7 +30,7 @@ while true; do
30
echo
31
break
32
33
- elif [[ '$(uname)' == 'CYGWIN' || 'os' ==* ]]; then
+ elif [[ '$(uname)' == 'CYGWIN' || '$(uname)' ==* ]]; then
34
echo "CYGWIN is not yet supported"
35
else
36
exit
0 commit comments