Added theme from Jim Riffle
[squirrelmail.git] / config / conf.pl
index 1824c2fde70a6b2c22a43443177dff6f5bc4ede8..2a6459e6c7119495eb0c073b02d955c93c4dbdc4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # conf.pl
 # Luke Ehresman (luke@squirrelmail.org)
 #
@@ -817,7 +817,7 @@ sub command71 {
          $line =~ s/  /\ \ /g;
          $line =~ s/\t/\ \ \ \ /g;
          $line =~ s/$/ /;
-         $line =~ s/\"/\\\"/g;
+         $line =~ s/\'/\\\'/g;
 
          $new_motd = $new_motd . $line;
       }