Whoops - cut not split
				
					
				
			This commit is contained in:
		
							parent
							
								
									119db85b3a
								
							
						
					
					
						commit
						16ba557fd6
					
				@ -3,6 +3,6 @@
 | 
				
			|||||||
oldIFS=$IFS
 | 
					oldIFS=$IFS
 | 
				
			||||||
IFS=$'\n'
 | 
					IFS=$'\n'
 | 
				
			||||||
for line in $(mdls .env); do
 | 
					for line in $(mdls .env); do
 | 
				
			||||||
	printf "%s "$line | split -d '=' -f 1,2
 | 
						printf "%s "$line | cut -d '=' -f 1,2
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
unset IFS
 | 
					unset IFS
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user