add spot2sql.pl for experiment sql support
[spider.git] / perl / DXCommandmode.pm
index f5ef8e2808ba0a1b403610ed5245575013b93960..080cf666ce0cbc3dc99032bbc4a1d9452af24bd1 100644 (file)
@@ -439,9 +439,8 @@ sub run_cmd
        if ($cmd) {
                # strip out // and .. on command only
                $cmd =~ s|//|/|g;
-               $cmd =~ s|\.+||g;               # no dots allowed
                $cmd =~ s|^/||g;                # no leading / either
-               $cmd =~ s|[^-\w/]||g;   # and no funny characters
+               $cmd =~ s|[^-?\w/]||g;  # and no funny characters
                                        
                my ($path, $fcmd);