Skip to content
  • Thomas Jahns's avatar
    Replace grep with case. · 42b75855
    Thomas Jahns authored
    * This saves on external commands in configure phase.
    * Also, using sed -n 1,5p instead of sed 5q prevents ifort from dying on SIGPIPE.
    42b75855