From: Aaron Klingaman Date: Fri, 29 Apr 2005 19:33:37 +0000 (+0000) Subject: run all configuration files through dos2unix X-Git-Tag: BOOTCD_V_3_0_FINAL~10 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=882565d4766b277ff8b74129dc7226d63c7bfbac run all configuration files through dos2unix --- 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*$"