summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-04 15:57:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-04 15:57:21 +0000
commitd8c9cd8bbd4411ef2942dbdc4f1641e45d7b2d80 (patch)
tree7776d7cf066a5db13661f6fd8f0f43084d85de4b /DOCS
parent5fb74d581fbd03748aa94782645dec2e14e19b4d (diff)
downloadmpv-d8c9cd8bbd4411ef2942dbdc4f1641e45d7b2d80.tar.bz2
mpv-d8c9cd8bbd4411ef2942dbdc4f1641e45d7b2d80.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mirrors/update_mplayer_rsync2
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$