[MPlayer-cvslog] r27231 - in trunk/TOOLS: checktree.sh mencvcd.sh mplmult.sh psnr-video.sh
diego
subversion at mplayerhq.hu
Mon Jul 7 11:32:21 CEST 2008
Author: diego
Date: Mon Jul 7 11:32:21 2008
New Revision: 27231
Log:
Run bash-specific shell scripts with bash, not sh.
Modified:
trunk/TOOLS/checktree.sh
trunk/TOOLS/mencvcd.sh
trunk/TOOLS/mplmult.sh
trunk/TOOLS/psnr-video.sh
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh (original)
+++ trunk/TOOLS/checktree.sh Mon Jul 7 11:32:21 2008
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# -----------------------------------------------------------------------------
Modified: trunk/TOOLS/mencvcd.sh
==============================================================================
--- trunk/TOOLS/mencvcd.sh (original)
+++ trunk/TOOLS/mencvcd.sh Mon Jul 7 11:32:21 2008
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Version: 0.2.2
#
Modified: trunk/TOOLS/mplmult.sh
==============================================================================
--- trunk/TOOLS/mplmult.sh (original)
+++ trunk/TOOLS/mplmult.sh Mon Jul 7 11:32:21 2008
@@ -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
Modified: trunk/TOOLS/psnr-video.sh
==============================================================================
--- trunk/TOOLS/psnr-video.sh (original)
+++ trunk/TOOLS/psnr-video.sh Mon Jul 7 11:32:21 2008
@@ -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
More information about the MPlayer-cvslog
mailing list