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:
Dereckson 2013-11-23 02:23:48 +01:00 committed by MarkTraceur
parent 68c14b7ef4
commit 032ea9d958

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $1 = "--reverse" ]; then
MLDIR=$2