We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c197c commit 61e740cCopy full SHA for 61e740c
scripts/install_from_release.sh
@@ -14,7 +14,7 @@ fi
14
SCENARIOS="https://github.com/MicrosoftDocs/executable-docs/releases/download/v1.0.1/scenarios.zip"
15
16
# If the LANG parameter was set, download appropriate script
17
-if [-n "$LANG" ]; then
+if [ -n "$LANG" ]; then
18
# Map the language parameter to the corresponding scenarios file
19
# If no parameter, download the scenarios from IE
20
MAIN_LANG_PREFIX="$(echo "$LANG" | head -c2 | tr '[:upper:]' '[:lower:]')"
0 commit comments