Skip to content

Commit

Permalink
Do not add internal dependencies to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Oct 25, 2022
1 parent 8485801 commit aec342e
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 aec342e

Please sign in to comment.