mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	Fix undefined KEEP_TMP in verify-godeps.sh
This commit is contained in:
		| @@ -61,7 +61,7 @@ else | ||||
|   _tmpdir="${TMP_GOPATH}" | ||||
| fi | ||||
|  | ||||
| if [[ -z KEEP_TMP ]]; then | ||||
| if [[ -z ${KEEP_TMP:-} ]]; then | ||||
|     KEEP_TMP=false | ||||
| fi | ||||
| function cleanup { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Eric Paris
					Eric Paris