From 0a011240705290dc29192add68564cc20ac5d7c4 Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Tue, 16 Jan 2024 14:28:23 -0700 Subject: [PATCH] Remove commented out line. Co-authored-by: John Halley Gotway --- internal/scripts/installation/compile_MET_all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/scripts/installation/compile_MET_all.sh b/internal/scripts/installation/compile_MET_all.sh index 4029852963..d917969f43 100755 --- a/internal/scripts/installation/compile_MET_all.sh +++ b/internal/scripts/installation/compile_MET_all.sh @@ -443,7 +443,6 @@ if [ $COMPILE_PROJ -eq 1 ]; then tar -xzf ${TAR_DIR}/tiff*.tar.gz -C ${LIB_DIR}/tiff cd ${LIB_DIR}/tiff/tiff* echo "cd `pwd`" - #run_cmd "./configure --prefix=${LIB_DIR} LDFLAGS=-L${LIB_DIR}/lib CPPFLAGS=-I${LIB_DIR}/include > $(pwd)/tiff.configure.log 2>&1" run_cmd "./configure --prefix=${LIB_DIR} > $(pwd)/tiff.configure.log 2>&1" run_cmd "make ${MAKE_ARGS} > $(pwd)/tiff.make.log 2>&1" run_cmd "make ${MAKE_ARGS} install > $(pwd)/tiff.make_install.log 2>&1"