From 665bf3fd1e38261c6ad4d0f5c74b2ff17e51d321 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 31 Aug 2011 16:48:10 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6870 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/SRD/Install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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