summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-09 14:48:16 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-09 14:48:16 +0000
commit997838e119a7f3df5a670a30ab3e4b31f74a4a7a (patch)
tree5fc50de8e64ad7df1ed6f8e3b70a874fdf5cb23a
parentf9736da1e569f6e1e583a2f05a1e0c5edd6afe52 (diff)
downloadmpv-997838e119a7f3df5a670a30ab3e4b31f74a4a7a.tar.bz2
mpv-997838e119a7f3df5a670a30ab3e4b31f74a4a7a.tar.xz
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
-rwxr-xr-xhelp_diff.sh3
1 files changed, 2 insertions, 1 deletions
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
+