https://bugzilla.wikimedia.org/show_bug.cgi?id=20636

           Summary: Lucene Search "build" should allow override $dbname via
                    $2
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: easy, patch
          Severity: enhancement
          Priority: Normal
         Component: Lucene Search
        AssignedTo: [email protected]
        ReportedBy: [email protected]


source ./config.inc

   if [ -n "$1" ]; then
     dumpfile="$1"; shift
     [ -n "$1" ] && dbname="$1"; shift
   else
     ...
   fi


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to