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
This commit is contained in:
atmos4 2002-06-09 14:48:16 +00:00
parent f9736da1e5
commit 997838e119
1 changed files with 2 additions and 1 deletions

View File

@ -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