You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	tools/bisect: rename to tools/bisect-create
Idea-by: Alexander Strasser Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -2,18 +2,16 @@ | ||||
| 
 | ||||
| set -e | ||||
| 
 | ||||
| if test "bisect" = "`basename $0`" ; then | ||||
|     echo WARNING, trying to execute tools/bisect directly this cannot work as | ||||
|     echo the script itself would not be available in older checkouts | ||||
|     echo please use tools/ffbisect | ||||
|     git show master:tools/bisect > tools/ffbisect | ||||
| if test "bisect-create" = "`basename $0`" ; then | ||||
|     echo tools/ffbisect created | ||||
|     git show master:tools/bisect-create > tools/ffbisect | ||||
|     chmod u+x tools/ffbisect | ||||
|     exit 1 | ||||
| fi | ||||
| 
 | ||||
| if ! git show master:tools/bisect | diff - tools/ffbisect > /dev/null ; then | ||||
| if ! git show master:tools/bisect-create | diff - tools/ffbisect > /dev/null ; then | ||||
|     echo updating tools/ffbisect script to HEAD. | ||||
|     git show master:tools/bisect > tools/ffbisect | ||||
|     git show master:tools/bisect-create > tools/ffbisect | ||||
|     chmod u+x tools/ffbisect | ||||
|     tools/ffbisect $* | ||||
|     exit 0 | ||||
		Reference in New Issue
	
	Block a user