Browse Source

removed stray fi

pull/667/head
Daniel Gibbs 10 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
missingdep=1
fi
fi
# Add missing dependencies are added to array_deps_missing array
if [ "${missingdep}" == "1" ]; then

Loading…
Cancel
Save