mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 11:22:13 +08:00 
			
		
		
		
	fix double escaped percent
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							@@ -255,7 +255,7 @@ if defined GIT_INSTALL_ROOT (
 | 
			
		||||
    if not defined GIT_INSTALL_ROOT (
 | 
			
		||||
        if not [\%full_path:\cmd\git.exe=:%]==[\%full_path%] (
 | 
			
		||||
            :: Get the absolute path to the user provided git binary
 | 
			
		||||
            %lib_git% is_git_shim "%%~dp1"
 | 
			
		||||
            %lib_git% is_git_shim "%~dp1"
 | 
			
		||||
            %lib_git% get_user_git_version
 | 
			
		||||
            %lib_git% compare_git_versions
 | 
			
		||||
        )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user