Run bash-specific shell scripts with bash, not sh.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27231 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-07 09:32:21 +00:00
parent badc033ef7
commit 6ab83c724c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -----------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Version: 0.2.2
#

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# example how to output video on multiple windows in sync.
# might be even more useful in combination with vo ggi
# to distribute the video arbitrarily

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Helper script to ease comparing the PSNR between two video files
# Copyleft 2005 by Matthias Wieser
# Copyleft 2005 by Ivo