]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix typo
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 9 Apr 2012 21:22:50 +0000 (23:22 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 9 Apr 2012 21:22:50 +0000 (23:22 +0200)
https://bugzilla.mozilla.org/show_bug.cgi?id=679965

Bugzilla/Install/Filesystem.pm

index b661d0aefc55e5c08740adb7ca021ffdf3fe58bc..cf61a6ec25d43a91d8942f4a5867395095893ffa 100644 (file)
@@ -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 },