mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Pav Lucistnik](/assets/img/avatar_default.png)
PR: ports/142360 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
12 lines
374 B
C
12 lines
374 B
C
--- Common/DefaultOptions.h.orig 2010-01-01 14:21:13.000000000 -0600
|
|
+++ Common/DefaultOptions.h 2010-01-01 14:22:28.000000000 -0600
|
|
@@ -70,7 +70,7 @@
|
|
#elif defined(__APPLE__)
|
|
"open -t %s" ,
|
|
#else
|
|
- "emacs '%s' &" ,
|
|
+ "$EDITOR '%s' &" ,
|
|
#endif
|
|
"System command to launch a text editor" },
|
|
{ F|S, "TmpFileName" , opt_general_tmp_filename , ".gmsh-tmp" ,
|