You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Replace 'test' invocation by 'test -n', this should be safer.
Originally committed as revision 15434 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -15,7 +15,7 @@ fi | ||||
| # no version number found | ||||
| test $revision || revision=UNKNOWN | ||||
|  | ||||
| test "$3" && revision=$revision-$3 | ||||
| test -n "$3" && revision=$revision-$3 | ||||
|  | ||||
| NEW_REVISION="#define FFMPEG_VERSION \"$revision\"" | ||||
| OLD_REVISION=`cat version.h 2> /dev/null` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user