--- marksync-o 2004-02-25 22:36:04.000000000 +0000 +++ marksync 2004-02-25 23:09:23.420897160 +0000 @@ -57,3 +57,3 @@ closedir($dir); - @files=grep(/[^.]/, @files); + @files=grep(/^[^.]/, @files); if ($fullpath) { @files=map($dirpath.'/'.$_, @files); }