1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 09:29:29 +00:00

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

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