Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv29039 Modified Files: help_diff.sh Log Message: This script has no bash specific stuff, it's all standard bourne shell, so execute with sh. Also see mail from Michaela. Index: help_diff.sh =================================================================== RCS file: /cvsroot/mplayer/main/help_diff.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- help_diff.sh 3 Jun 2002 20:32:14 -0000 1.3 +++ help_diff.sh 9 Jun 2002 14:48:16 -0000 1.4 @@ -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 @@ fi done +
participants (1)
-
Atmosfear