Skip to content

Commit

Permalink
quote an evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Jul 24, 2019
1 parent 74fd743 commit 12892c4
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
@@ -1,7 +1,7 @@
#!/bin/bash
#verifytree creates a temporary xml of package and compares against a set directory structure
#create temp xml of package and set xml, compare the two. xml starlet, temp has to exclude the tree.xml file in temp creation
SCRIPTDIR=$(dirname "${0}")
SCRIPTDIR="$(dirname "${0}")"
. "${SCRIPTDIR}/mmfunctions" || { echo "Missing '${SCRIPTDIR}/mmfunctions'. Exiting." ; exit 1 ;};
unset DEPENDENCIES
DEPENDENCIES=(xmlstarlet)
Expand Down

0 comments on commit 12892c4

Please sign in to comment.