forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6870 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2a3f4729f8
commit
665bf3fd1e
|
@ -1,6 +1,6 @@
|
|||
# Install/unInstall package files in LAMMPS
|
||||
|
||||
if (test $1 == 1) then
|
||||
if (test $1 = 1) then
|
||||
|
||||
cp fix_srd.cpp ..
|
||||
cp fix_wall_srd.cpp ..
|
||||
|
@ -8,7 +8,7 @@ if (test $1 == 1) then
|
|||
cp fix_srd.h ..
|
||||
cp fix_wall_srd.h ..
|
||||
|
||||
elif (test $1 == 0) then
|
||||
elif (test $1 = 0) then
|
||||
|
||||
rm -f ../fix_srd.cpp
|
||||
rm -f ../fix_wall_srd.cpp
|
||||
|
|
Loading…
Reference in New Issue