diff --git a/src/Install.sh b/src/Install.sh index 307188a09f..e9c8b80595 100644 --- a/src/Install.sh +++ b/src/Install.sh @@ -33,5 +33,5 @@ action () { # all package files with no dependencies for file in *.cpp *.h; do - action $file + test -f ${file} && action $file done