Skip to content

Commit

Permalink
try to fix macos install
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarnotel committed Dec 8, 2023
1 parent d6ddbe2 commit 7892406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config/FreeFem++.scrpt-txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on freefem(edpfile)
if not (exists window 1) then reopen
activate
try
do shell script "/usr/bin/env bash -c 'export PATH=\"$PATH:$(cat /etc/paths.d/FreeFem++)\";cd \"" & edpdir & "\";FreeFem++-CoCoa \"" & edppath & "\"'"
do shell script "/usr/bin/env bash -c 'export PATH=\"$PATH:$(cat "$(DESTDIR)/etc/paths.d/FreeFem++")\";cd \"" & edpdir & "\";FreeFem++-CoCoa \"" & edppath & "\"'"
end try
end tell
end freefem
Expand Down

0 comments on commit 7892406

Please sign in to comment.