Replace grep with case.
* This saves on external commands in configure phase. * Also, using sed -n 1,5p instead of sed 5q prevents ifort from dying on SIGPIPE.
Please register or sign in to comment
* This saves on external commands in configure phase. * Also, using sed -n 1,5p instead of sed 5q prevents ifort from dying on SIGPIPE.