Run script with /bin/sh instead of bash.

There is nothing bash-specific in this shell script.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30838 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-03-04 15:57:21 +00:00
parent 5fb74d581f
commit d8c9cd8bbd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
# MPlayer mirroring script
# $Id$