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

Logic error fixed

parent 5f4a9c55
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ function getnetworkid
function networkdir
{
test -z "${BFAHOME}" -o ! -d "${BFAHOME}" ||
test -n "${BFAHOME}" -a -d "${BFAHOME}" ||
fatal "\$BFAHOME in your environment must point to a directory."
# If no BFANETWORKDIR variable has been set, we will try to guess
# the network directory based on the directory we are in.
......
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