Add sample AAF Setup Demoing
[aaf/authz.git] / auth / docker / dclean.sh
index b14f0bc..d83f61c 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash dclean.sh
-. d.props
+# Pull in Variables from d.props
+. ./d.props
 
 if [ "$1" == "" ]; then
   AAF_COMPONENTS=`ls ../aaf_${VERSION}/bin | grep -v '\.'`