Skip to content

Commit

Permalink
Merge pull request #103 from gerlero/scripts
Browse files Browse the repository at this point in the history
Do not add internal dependencies to PATH
  • Loading branch information
gerlero authored Oct 25, 2022
2 parents 8485801 + aec342e commit cb34aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Resources/etc/openfoam
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VOLUME=$("$APP_BUNDLE/Contents/Resources/volume" -show-prefix)
exec {fd}<"$VOLUME"

echo "Activating the OpenFOAM environment..."
PATH="$VOLUME/usr/bin:$PATH" exec bash "$VOLUME/etc/openfoam" "$@"
PATH="$VOLUME/usr/opt/bash/bin:${PATH+:$PATH}" exec bash "$VOLUME/etc/openfoam" "$@"

0 comments on commit cb34aa3

Please sign in to comment.