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.
2 parents f37f16b + f456bc7 commit f8e68f2Copy full SHA for f8e68f2
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