From 938f90d69f602fd3dccd73cb8abdcf9ab3677c8d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 7 Nov 2009 20:55:23 -0800 Subject: [PATCH] Add quote marks to instances of MIT_SCHEME_EXE to provide some protection from the shell. --- src/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index ba2e8de5a..bf5edf4c6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -74,11 +74,11 @@ EDDIR = $(AUXDIR)/edwin all: @ALL_TARGET@ all-native: compile-microcode - @$(top_srcdir)/etc/compile.sh $(MIT_SCHEME_EXE) --compiler + @$(top_srcdir)/etc/compile.sh "$(MIT_SCHEME_EXE)" --compiler $(MAKE) build-bands all-liarc: - @$(top_srcdir)/etc/c-compile.sh $(MIT_SCHEME_EXE) --compiler + @$(top_srcdir)/etc/c-compile.sh "$(MIT_SCHEME_EXE)" --compiler $(MAKE) compile-liarc-bundles build-bands compile-microcode: @@ -94,8 +94,8 @@ build-bands: # **** Make liarc distribution from native **** liarc-dist: - @$(top_srcdir)/etc/compile-boot-compiler.sh $(MIT_SCHEME_EXE) - @$(top_srcdir)/etc/c-prepare.sh $(MIT_SCHEME_EXE) + @$(top_srcdir)/etc/compile-boot-compiler.sh "$(MIT_SCHEME_EXE)" + @$(top_srcdir)/etc/c-prepare.sh "$(MIT_SCHEME_EXE)" $(MAKE) distclean # **** Build liarc from distribution **** -- 2.25.1