mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	Merge pull request #2959 from stanwest/cmd-double-quotes
In "lib_git.cmd", use single quotes inside double quotes
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/lib/lib_git.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/lib/lib_git.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -253,7 +253,7 @@ exit /b | |||||||
|         :: if the user provided git executable is not found |         :: if the user provided git executable is not found | ||||||
|         IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 ( |         IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 ( | ||||||
|         :: if not exist "%git_executable%" ( |         :: if not exist "%git_executable%" ( | ||||||
|             %print_debug% ":compare_git_versions" "No git at "%git_executable%" found." |             %print_debug% ":compare_git_versions" "No git at '%git_executable%' found." | ||||||
|             set test_dir= |             set test_dir= | ||||||
|         ) |         ) | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user