mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #1060 from filbranden/clear_ifs1
Do not set IFS to the wrong value
This commit is contained in:
		@@ -19,7 +19,6 @@
 | 
			
		||||
# exit on any error
 | 
			
		||||
set -eu
 | 
			
		||||
set -o pipefail
 | 
			
		||||
IFS=$'\n\t'
 | 
			
		||||
 | 
			
		||||
SCRIPT_DIR=$(CDPATH="" cd $(dirname $0); pwd)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user