Skip to content
Snippets Groups Projects
Commit d963edcb authored by agoncharov's avatar agoncharov
Browse files

Fixed a broken test (unquoted $VAR).

parent c2323072
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ shift `expr $OPTIND - 1` ...@@ -69,7 +69,7 @@ shift `expr $OPTIND - 1`
ARCH= ARCH=
OS= OS=
if [ -n ${INSTALL_DIR} ]; then if [ -n "${INSTALL_DIR}" ]; then
# Doing direct installation # Doing direct installation
if [ $# -lt 1 ]; then if [ $# -lt 1 ]; then
usage usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment