forked from lijiext/lammps
consistency tweak to package LATTE Install.sh file
This commit is contained in:
parent
e5a589e05a
commit
793260f227
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue