diff --git a/src/SRD/Install.sh b/src/SRD/Install.sh index a17d81a2c7..27f1302c71 100644 --- a/src/SRD/Install.sh +++ b/src/SRD/Install.sh @@ -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