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 f37f16b commit f456bc7Copy full SHA for f456bc7
install.sh
@@ -175,7 +175,7 @@ check_say() {
175
176
check_installation_path() {
177
location="$(command -v mob)"
178
- if [ "$(determine_os)" == "windows" ]; then
+ if [ "$(determine_os)" = "windows" ]; then
179
location=$(echo $location | sed -E 's|^/([a-zA-Z])|\U\1:|')
180
fi
181
if [ "$location" != "$target/mob" ] && [ "$location" != "" ]; then
0 commit comments