Fix Mac bug with find

This commit is contained in:
Joshua Bussdieker
2012-02-29 11:17:37 -08:00
parent 52535c35e9
commit ffa00686f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ fi
if [ -d $foldername ]; then
cd $foldername
find > /tmp/manifest.test
find . > /tmp/manifest.test
diff manifest /tmp/manifest.test
if [ "$?" == "0" ]; then
echo "Clean Install $foldername"