run all configuration files through dos2unix
authorAaron Klingaman <alk@cs.princeton.edu>
Fri, 29 Apr 2005 19:33:37 +0000 (19:33 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Fri, 29 Apr 2005 19:33:37 +0000 (19:33 +0000)
conf_files/pl_validateconf

index 54516d0..b3a56ec 100644 (file)
@@ -19,4 +19,4 @@ do
         REGEX="$REGEX|^$t"
     fi
 done
-/bin/egrep "($REGEX)\=\\\"[$CHARS]*\\\"\s*$"
+/usr/bin/dos2unix | /bin/egrep "($REGEX)\=\\\"[$CHARS]*\\\"\s*$"