From: Frédéric Buclin Date: Mon, 9 Apr 2012 21:22:50 +0000 (+0200) Subject: Fix typo X-Git-Tag: bugzilla-4.3.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b18c781b5cb949e4166f66d312e33820834fdc8;p=thirdparty%2Fbugzilla.git Fix typo https://bugzilla.mozilla.org/show_bug.cgi?id=679965 --- diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index b661d0aefc..cf61a6ec25 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -160,7 +160,7 @@ sub FILESYSTEM { 'contrib/README' => { perms => OWNER_WRITE }, 'contrib/*/README' => { perms => OWNER_WRITE }, - 'contrib/Bugzilla.pm', => { perms => OWNER_WRITE }, + 'contrib/Bugzilla.pm' => { perms => OWNER_WRITE }, 'docs/bugzilla.ent' => { perms => OWNER_WRITE }, 'docs/makedocs.pl' => { perms => OWNER_EXECUTE }, 'docs/style.css' => { perms => WS_SERVE },