From d3187b22c431f0e01b35c7c99248f9f6837f56a1 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 13 Apr 2017 18:11:57 -0400 Subject: [PATCH] restore lost change to PYTHON/Install.sh --- src/PYTHON/Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PYTHON/Install.sh b/src/PYTHON/Install.sh index 50ca3dffc4..9d2783ba0c 100755 --- a/src/PYTHON/Install.sh +++ b/src/PYTHON/Install.sh @@ -33,7 +33,7 @@ touch ../python.h # all package files with no dependencies for file in *.cpp *.h; do - action $file + test -f ${file} && action $file done # edit 2 Makefile.package files to include/exclude package info