From 882565d4766b277ff8b74129dc7226d63c7bfbac Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Fri, 29 Apr 2005 19:33:37 +0000 Subject: [PATCH] run all configuration files through dos2unix --- conf_files/pl_validateconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf_files/pl_validateconf b/conf_files/pl_validateconf index 54516d0..b3a56ec 100644 --- a/conf_files/pl_validateconf +++ b/conf_files/pl_validateconf @@ -19,4 +19,4 @@ do REGEX="$REGEX|^$t" fi done -/bin/egrep "($REGEX)\=\\\"[$CHARS]*\\\"\s*$" +/usr/bin/dos2unix | /bin/egrep "($REGEX)\=\\\"[$CHARS]*\\\"\s*$" -- 2.43.0