Fix make.hfiles; some shells did not accept it
This commit is contained in:
		
							parent
							
								
									eaa9dab166
								
							
						
					
					
						commit
						bf84a52bc3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,7 @@ case $# in
 | 
			
		|||
esac
 | 
			
		||||
 | 
			
		||||
(
 | 
			
		||||
IFCOMMAND="if (<\$FN) 2>/dev/null;\
 | 
			
		||||
IFCOMMAND="if [ -r \$FN ] ;\
 | 
			
		||||
	then	if cmp -s \$FN \$TMP;\
 | 
			
		||||
		then	rm \$TMP;\
 | 
			
		||||
		else	mv \$TMP \$FN;\
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue