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

       Web browser: ---
            Bug ID: 44568
           Summary: bin/ulimit5.sh isn't UNIX compliant
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

bin/ulimit5.sh calls /bin/bash.

Some OS install Bash at another place e.g. /usr/local/bin/bash for FreeBSD.

Some OS don't ship bash by default.

In a first step, I will fix that to #!/usr/bin/env bash instead, so bash could
be found in the path.

In a second step, we should see:
- if it's possible to use /bin/sh instead;
- if it's not, find limits5.sh use and document these
features/scripts/extensions require bash

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to