| 
					
				 | 
			
			
				@@ -1068,6 +1068,17 @@ Recognized macros include: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   A literal dollar sign (``$``). 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+``${pathListSep}`` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  Native character for separating lists of paths, such as ``:`` or ``;``. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  For example, by setting ``PATH`` to 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  ``/path/to/ninja/bin${pathListSep}$env{PATH}``, ``${pathListSep}`` will 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  expand to the underlying operating system's character used for 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  concatenation in ``PATH``. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  This is allowed in preset files specifying version ``5`` or above. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ``$env{<variable-name>}`` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   Environment variable with name ``<variable-name>``. The variable name may 
			 |