consistency tweak to package LATTE Install.sh file

This commit is contained in:
Steven J. Plimpton 2018-05-09 11:47:57 -06:00
parent e5a589e05a
commit 793260f227
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ action () {
# 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