mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: return instead of exit in lib-dir script
- affected csh users
This commit is contained in:
@ -136,7 +136,7 @@ then
|
||||
resolved=$dir/$alt
|
||||
;;
|
||||
esac
|
||||
return 0
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user