# HG changeset patch # User diego # Date 1215423141 0 # Node ID abd0a4e9daa052beabc558d1ba3ef084fc52a806 # Parent 305dc504c407d3790b9fce0c5ab7f74aa1ea8ac8 Run bash-specific shell scripts with bash, not sh. diff -r 305dc504c407 -r abd0a4e9daa0 TOOLS/checktree.sh --- a/TOOLS/checktree.sh Mon Jul 07 09:30:22 2008 +0000 +++ b/TOOLS/checktree.sh Mon Jul 07 09:32:21 2008 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # ----------------------------------------------------------------------------- diff -r 305dc504c407 -r abd0a4e9daa0 TOOLS/mencvcd.sh --- a/TOOLS/mencvcd.sh Mon Jul 07 09:30:22 2008 +0000 +++ b/TOOLS/mencvcd.sh Mon Jul 07 09:32:21 2008 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Version: 0.2.2 # diff -r 305dc504c407 -r abd0a4e9daa0 TOOLS/mplmult.sh --- a/TOOLS/mplmult.sh Mon Jul 07 09:30:22 2008 +0000 +++ b/TOOLS/mplmult.sh Mon Jul 07 09:32:21 2008 +0000 @@ -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 diff -r 305dc504c407 -r abd0a4e9daa0 TOOLS/psnr-video.sh --- a/TOOLS/psnr-video.sh Mon Jul 07 09:30:22 2008 +0000 +++ b/TOOLS/psnr-video.sh Mon Jul 07 09:32:21 2008 +0000 @@ -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