mirror of
				https://github.com/RAIRLab/Spectra.git
				synced 2025-10-26 22:51:19 +00:00 
			
		
		
		
	Command check fix
This commit is contained in:
		
							parent
							
								
									0e3de64cdd
								
							
						
					
					
						commit
						0b01117377
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ if [ "$#" -ne 1 ]; then | ||||||
|     show_usage |     show_usage | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| if ! command -v mvn &> /dev/null; then | if ! command -v mvn > /dev/null; then | ||||||
|     echo "Maven (mvn) is not found in the path" |     echo "Maven (mvn) is not found in the path" | ||||||
|     exit 1 |     exit 1 | ||||||
| fi | fi | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue