mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 19:32:13 +08:00 
			
		
		
		
	Fix init.bat generation
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/init.bat
									
									
									
									
										vendored
									
									
								
							@@ -72,7 +72,7 @@
 | 
				
			|||||||
    @echo :: use this file to run your own startup commands 
 | 
					    @echo :: use this file to run your own startup commands 
 | 
				
			||||||
    @echo :: use @ in front of the command to prevent printing the command
 | 
					    @echo :: use @ in front of the command to prevent printing the command
 | 
				
			||||||
    @echo. 
 | 
					    @echo. 
 | 
				
			||||||
    @echo :: @call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd
 | 
					    @echo :: @call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd
 | 
				
			||||||
    @echo :: @set PATH=%%CMDER_ROOT%%\vendor\whatever;%%PATH%%
 | 
					    @echo :: @set PATH=%%CMDER_ROOT%%\vendor\whatever;%%PATH%%
 | 
				
			||||||
    @echo. 
 | 
					    @echo. 
 | 
				
			||||||
    ) > "%CMDER_ROOT%\config\user-startup.cmd"
 | 
					    ) > "%CMDER_ROOT%\config\user-startup.cmd"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user