Make buildtests.in more robust
This commit is contained in:
		
							parent
							
								
									3f7fb5a6d6
								
							
						
					
					
						commit
						95ecb2b5d6
					
				| @ -10,7 +10,7 @@ then | ||||
| fi | ||||
| 
 | ||||
| TESTSLIST="@EIGEN_TESTS_LIST@" | ||||
| targets_to_make=`echo "$TESTSLIST" | egrep "$1" | xargs echo` | ||||
| targets_to_make=$(echo "$TESTSLIST" | grep -E "$1" | xargs echo) | ||||
| 
 | ||||
| if [ -n "${EIGEN_MAKE_ARGS:+x}" ] | ||||
| then | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Androbin42
						Androbin42