mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fix syntax error
This commit is contained in:
		
							parent
							
								
									cb0025dffe
								
							
						
					
					
						commit
						f0e58b8fba
					
				@ -147,9 +147,7 @@ fi
 | 
			
		||||
export PATH=$PATH:$RISCV/bin:/usr/bin
 | 
			
		||||
export PKG_CONFIG_PATH=$RISCV/lib64/pkgconfig:$RISCV/lib/pkgconfig:$RISCV/share/pkgconfig:$RISCV/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
 | 
			
		||||
 | 
			
		||||
if (( RHEL_VERSION == 8 )); then
 | 
			
		||||
    retry_on_host_error=""
 | 
			
		||||
else
 | 
			
		||||
if (( RHEL_VERSION != 8 )); then
 | 
			
		||||
    retry_on_host_error="--retry-on-host-error"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user