Skip to content
Snippets Groups Projects
Commit 9499f178 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Fixing a syntax error

parent 3cc2b12f
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,8 @@ function networkdir
head -1
)
fi
if [ -n "${BFANETWORKDIR}" -a ! -d "${BFANETWORKDIR}" ]
test -n "${BFANETWORKDIR}" -a ! -d "${BFANETWORKDIR}" &&
fatal "\$BFANETWORKDIR (\"${BFANETWORKDIR}\") not found."
fi
if [ -z "${BFANETWORKDIR}" -o ! -d "${BFANETWORKDIR}" ]
then
local num=0
......
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