diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |