configure.pl: comments that delimit Conf settings must now start in
[BackupPC.git] / configure.pl
index a544aaf..b66231e 100755 (executable)
@@ -642,7 +642,7 @@ sub ConfigParse
     my $comment = 1;
     my $allVars = {};
     while ( <C> ) {
-        if ( /^\s*#/ ) {
+        if ( /^#/ ) {
             if ( $comment ) {
                 $out .= $_;
             } else {