From 997838e119a7f3df5a670a30ab3e4b31f74a4a7a Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 9 Jun 2002 14:48:16 +0000 Subject: This script has no bash specific stuff, it's all standard bourne shell, so execute with sh. Also see mail from Michaela. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6357 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help_diff.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help_diff.sh b/help_diff.sh index f90e3d007b..165e573cdb 100755 --- a/help_diff.sh +++ b/help_diff.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # This script walks through the master (stdin) help/message file, and # prints (stdout) only those messages which are missing from the help @@ -26,3 +26,4 @@ if test $curr != "x" ; then fi done + -- cgit v1.2.3