mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changed wmake/utilbin to wmake/bin.
This commit is contained in:
@ -34,10 +34,10 @@ Usage
|
||||
|
||||
e.g.
|
||||
using sh
|
||||
baseDirName=`echo $dir | sed 's%^\./%%' | $utilbin/dirToString`
|
||||
baseDirName=`echo $dir | sed 's%^\./%%' | $bin/dirToString`
|
||||
|
||||
using csh
|
||||
set baseDirName=`echo $dir | sed 's%^\./%%' | $utilbin/dirToString`
|
||||
set baseDirName=`echo $dir | sed 's%^\./%%' | $bin/dirToString`
|
||||
|
||||
\*----------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user