From 29660b6b987db3f7ddf8f39b2b932871b2c7c214 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 20 Nov 2013 20:31:33 -0500 Subject: [PATCH] * test/automated/Makefile.in: Tweak previous change --- test/automated/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 2169ce0d224..a8adaf40483 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -36,7 +36,7 @@ EMACS = ../../src/emacs # Command line flags for Emacs. # Apparently MSYS bash would convert "-L :" to "-L ;" anyway, # but we might as well be explicit. -EMACSOPT = -batch --no-site-file --no-site-lisp -L $(PATH_SEPARATOR)$(srcdir) +EMACSOPT = -batch --no-site-file --no-site-lisp -L "$(PATH_SEPARATOR)$(srcdir)" # Extra flags to pass to the byte compiler. BYTE_COMPILE_EXTRA_FLAGS = -- 2.39.2