Fixed coding error in if block.
This commit is contained in:
parent
44553cdd39
commit
2449f14fc0
2
mkwebapp
2
mkwebapp
@ -109,7 +109,7 @@ if [ -z "${WAPPICON}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
### CORRECT SHORT NAMES TO FULL NAMES
|
### CORRECT SHORT NAMES TO FULL NAMES
|
||||||
[ "${WA_BRWSR}" ] = "chrome" && WA_BRWSR="google-chrome"
|
[ "${WA_BRWSR}" = "chrome" ] && WA_BRWSR="google-chrome"
|
||||||
|
|
||||||
### SET SUFFIX AND BIN BASED ON BROWSER
|
### SET SUFFIX AND BIN BASED ON BROWSER
|
||||||
case "${WA_BRWSR}" in
|
case "${WA_BRWSR}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user