Browse Source

removed stray fi

pull/667/head
Daniel Gibbs 9 years ago
parent
commit
94af491dfe
  1. 1
      functions/check_deps.sh

1
functions/check_deps.sh

@ -22,7 +22,6 @@ fi
# if missing dependency is flagged # if missing dependency is flagged
missingdep=1 missingdep=1
fi fi
fi
# Add missing dependencies are added to array_deps_missing array # Add missing dependencies are added to array_deps_missing array
if [ "${missingdep}" == "1" ]; then if [ "${missingdep}" == "1" ]; then

Loading…
Cancel
Save