From 141f653a89013bcd165b66b3d30a683bb97c6021 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 30 Apr 2002 01:01:11 +0000 Subject: [PATCH] (run_mac_command): Update call to openp. --- src/mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #endif /* 0 */ Lisp_Object path; openp (Vexec_path, build_string (newargv[0]), EXEC_SUFFIXES, &path, - 1); + make_number (X_OK)); if (NILP (path)) return -1; -- 2.39.5