Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 24, 2019
1 parent 4aa0180 commit 74fd743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verifytree
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SCRIPTDIR=$(dirname "${0}")
. "${SCRIPTDIR}/mmfunctions" || { echo "Missing '${SCRIPTDIR}/mmfunctions'. Exiting." ; exit 1 ;};
unset DEPENDENCIES
DEPENDENCIES=(xml "${SCRIPTDIR}/removeDSStore")
DEPENDENCIES=(xmlstarlet)

#define _runtest function
_runtest(){
Expand Down

0 comments on commit 74fd743

Please sign in to comment.