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