comparison extra/soundsoftware/SoundSoftware.pm @ 1271:cf4cc816278a live last_rails2_version

Remove inner quotes from realm (workaround for #577)
author Chris Cannam
date Tue, 07 May 2013 12:45:51 +0100
parents 1ce6efe3db0e
children 1e9b1bdd062e
comparison
equal deleted inserted replaced
1236:a417718efbc6 1271:cf4cc816278a
548 my $location = $r->location; 548 my $location = $r->location;
549 my ($repo) = $r->uri =~ m{$location/*([^/]*)}; 549 my ($repo) = $r->uri =~ m{$location/*([^/]*)};
550 $name = $repo; 550 $name = $repo;
551 } 551 }
552 552
553 my $realm = '"Mercurial repository for ' . "'$name'" . '"'; 553 # my $realm = '"Mercurial repository for ' . "'$name'" . '"';
554 # see #577:
555 my $realm = '"Mercurial repository for ' . "$name" . '"';
554 556
555 $realm; 557 $realm;
556 } 558 }
557 559
558 sub connect_database { 560 sub connect_database {