From c156383debc55ec35938144543e7a6de8add036d Mon Sep 17 00:00:00 2001 From: Zhuo Yang Date: Tue, 30 Aug 2022 15:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E5=8F=AF?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install | 3 ++- occ | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 occ diff --git a/install b/install index 6ee4979..5694848 100755 --- a/install +++ b/install @@ -5,10 +5,11 @@ if [ -d $objDir ] then cwd=`pwd` chmod +x ./ofCmakeConfig + chmod +x ./occ rm -f $objDir/ofCmakeConfig $objDir/occ ln -s $cwd/ofCmakeConfig $objDir/ ln -s $cwd/occ $objDir/ echo "installed ofCmakeConfig" else echo "please active OpenFOAM environment" -fi \ No newline at end of file +fi diff --git a/occ b/occ old mode 100644 new mode 100755