Unverified Commit c4d081b5 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

hide output to stderr when looking for adios-config. we only need the error status.

parent 9bec93fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ done
if (test $1 = 1) then

  CONFIGSCRIPT=none
  if ( test `which adios2-config` ) then
  if ( test `which adios2-config 2>> /dev/null` ) then
    CONFIGSCRIPT=adios2-config
  elif ( ! test -z "$ADIOS2_DIR" ) then
    if ( test `which $ADIOS2_DIR/bin/adios2-config` ) then