mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Add "set -e" to lock command.
This commit is contained in:
		
							parent
							
								
									8731e5c35f
								
							
						
					
					
						commit
						b6fd5a50b0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -806,7 +806,7 @@ def commit(self, entry): | ||||||
| 	f.close() | 	f.close() | ||||||
| 
 | 
 | ||||||
| 	command = interpolate( | 	command = interpolate( | ||||||
| 	    SH_LOCK + '\n' + SH_CHECKIN, | 	    "set -e\n" + SH_LOCK + '\n' + SH_CHECKIN, | ||||||
| 	    file=file, tfn=tfn) | 	    file=file, tfn=tfn) | ||||||
| 
 | 
 | ||||||
| 	p = os.popen(command) | 	p = os.popen(command) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum