mirror of https://github.com/mpv-player/mpv
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:
parent
f9736da1e5
commit
997838e119
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/bash
|
#! /bin/sh
|
||||||
|
|
||||||
# This script walks through the master (stdin) help/message file, and
|
# This script walks through the master (stdin) help/message file, and
|
||||||
# prints (stdout) only those messages which are missing from the help
|
# prints (stdout) only those messages which are missing from the help
|
||||||
|
@ -26,3 +26,4 @@ if test $curr != "x" ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue