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.