mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-23 15:56:47 +00:00
Make importml.sh less Linux-centric, more UNIX-agnostic
Bash could be located at different places on different OSes. Bug: 57470 Change-Id: I8db54fe4b2b91b9b2f1a47756262e848cff39afe
This commit is contained in:
parent
68c14b7ef4
commit
032ea9d958
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ $1 = "--reverse" ]; then
|
||||
MLDIR=$2
|
||||
|
|
Loading…
Reference in a new issue