You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	version.sh: use standard sed syntax
Originally committed as revision 19655 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -4,7 +4,10 @@ | ||||
| revision=$(cat snapshot_version 2> /dev/null) | ||||
| test $revision || revision=$(cd "$1" && LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2) | ||||
| test $revision || revision=$(cd "$1" && grep revision .svn/entries 2>/dev/null | cut -d '"' -f2) | ||||
| test $revision || revision=$(cd "$1" && sed -n -e '/^dir$/{n;p;q}' .svn/entries 2>/dev/null) | ||||
| test $revision || revision=$(cd "$1" && sed -n -e '/^dir$/{n | ||||
| p | ||||
| q | ||||
| }' .svn/entries 2>/dev/null) | ||||
| test $revision && revision=SVN-r$revision | ||||
|  | ||||
| # check for git short hash | ||||
|   | ||||
		Reference in New Issue
	
	Block a user