Commit 962b0151d46f1d82d654ca0c283dc8d2f5a45ab6

henry 2001-11-11T23:26:41

unix line endings....

1
2
3
4
5
6
7
8
9
diff --git a/cleanup b/cleanup
index 39a5f63..c6d24ed 100644
--- a/cleanup
+++ b/cleanup
@@ -2,4 +2,3 @@
 # script to get rid of the grabage that MAC OSX drops in all the directories
 
 find . -name .DS_Store -print -exec rm {} \;
-