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
|
resolved=$dir/$alt
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
return 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user