summaryrefslogtreecommitdiffstats
path: root/help/help_diff.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ouch, I mistakenly overwrote the contents from this file with a non-workingdiego2006-08-191-1/+18
| | | | | | | experimental version that was rotting in my local tree ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19461 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync with message removal from DVD information output change.diego2006-08-191-18/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19455 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace echo with printf; fixes compilation when shell is dash andcorey2006-08-181-2/+2
| | | | | | | language is not English git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19435 b3059339-0415-0410-9bf9-f77b7e298cf2
* We should match end of token as well, to prevent MSGTR_FOO2 matching instead ofwight2005-03-011-1/+1
| | | | | | | MSGTR_FOO. Helps compilation in case of some changes to help*.h files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14866 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reversed + changed grep -q to grep > /dev/null 2>&1. -q is a GNU extensiondiego2003-08-171-9/+16
| | | | | | | to grep that breaks the script on Solaris. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10649 b3059339-0415-0410-9bf9-f77b7e298cf2
* shorter, sweeter, more portable, better calling syntaxdiego2003-08-171-19/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10637 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2003-01-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8733 b3059339-0415-0410-9bf9-f77b7e298cf2
* In this situation it was easier to fix yours. I applied these 3 pointsarpi2002-12-231-18/+17
| | | | | | | | | | (fixed locking echo, removed excessive cut to make script a bit faster and shortened grep) and changed copy mark from "x" to "" in order to use -z and -n tests. patch by GoTaR <priv0.onet.pl->gotar> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8539 b3059339-0415-0410-9bf9-f77b7e298cf2
* help*.h files moved to help/ subdirarpi2002-09-221-0/+29
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7485 b3059339-0415-0410-9bf9-f77b7e298cf2