aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mac.c b/src/mac.c
index 4e6ee4bb8ff..e72da769204 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -2041,7 +2041,7 @@ run_mac_command (argv, workdir, infn, outfn, errfn)
2041#endif /* 0 */ 2041#endif /* 0 */
2042 Lisp_Object path; 2042 Lisp_Object path;
2043 openp (Vexec_path, build_string (newargv[0]), EXEC_SUFFIXES, &path, 2043 openp (Vexec_path, build_string (newargv[0]), EXEC_SUFFIXES, &path,
2044 1); 2044 make_number (X_OK));
2045 2045
2046 if (NILP (path)) 2046 if (NILP (path))
2047 return -1; 2047 return -1;