diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-04 15:57:21 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-04 15:57:21 +0000 |
commit | d8c9cd8bbd4411ef2942dbdc4f1641e45d7b2d80 (patch) | |
tree | 7776d7cf066a5db13661f6fd8f0f43084d85de4b | |
parent | 5fb74d581fbd03748aa94782645dec2e14e19b4d (diff) |
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
-rw-r--r-- | DOCS/tech/mirrors/update_mplayer_rsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/mirrors/update_mplayer_rsync b/DOCS/tech/mirrors/update_mplayer_rsync index cde19d9140..563ec77bc7 100644 --- a/DOCS/tech/mirrors/update_mplayer_rsync +++ b/DOCS/tech/mirrors/update_mplayer_rsync @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # MPlayer mirroring script # $Id$ |