From 960e79fe53ecdfc9f75f87c1ee30aea93ca88e2b Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 8 Feb 2013 16:58:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9406 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/USER-OMP/Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/USER-OMP/Install.sh b/src/USER-OMP/Install.sh index eb30cd4621..b37fd003f8 100644 --- a/src/USER-OMP/Install.sh +++ b/src/USER-OMP/Install.sh @@ -4,7 +4,7 @@ # do not install child files if parent does not exist for file in *_omp.cpp *_omp.h ; do - ofile=`echo $file | sed -e 's,\(.*\)_omp\.\(h\|cpp\),\1.\2,' + ofile=`echo $file | sed -e 's,\(.*\)_omp\.\(h\|cpp\),\1.\2,'` if (test $1 = 1) then if (test $file = "thr_omp.h") || (test $file = "thr_omp.cpp") then : # always install those files.