From 30caadf9e719e79980189a71375921ad03e790e7 Mon Sep 17 00:00:00 2001 From: Francois Rouaix Date: Fri, 29 Nov 1996 14:46:32 +0000 Subject: [PATCH] $* -> "$@" pour la ruse de -ccopt git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1208 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- tools/ocamlmktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocamlmktop b/tools/ocamlmktop index 868629f31..7bab3c7cf 100755 --- a/tools/ocamlmktop +++ b/tools/ocamlmktop @@ -4,7 +4,7 @@ if : == x then # Bourne Shell - exec ocamlc -linkall toplevellib.cma $* topmain.cmo + exec ocamlc -linkall toplevellib.cma "$@" topmain.cmo else # MPW Shell ocamlc-custom -linkall toplevellib.cma {"parameters"} topmain.cmo exit {status}