Skip to content
Snippets Groups Projects
Commit a658d98f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix if bundle name has spaces (merci Laurent!)

parent 54bf0041
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
GMSH_BUNDLE="`echo "$0" | sed -e 's/\/Contents\/MacOS\/Gmsh//'`" GMSH_BUNDLE="`echo "$0" | sed -e 's/\/Contents\/MacOS\/Gmsh//'`"
GMSH_RESOURCES="$GMSH_BUNDLE/Contents/Resources" GMSH_RESOURCES="$GMSH_BUNDLE/Contents/Resources"
exec $GMSH_RESOURCES/bin/gmsh exec "$GMSH_RESOURCES/bin/gmsh"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment