$* -> "$@" pour la ruse de -ccopt

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1208 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Francois Rouaix 1996-11-29 14:46:32 +00:00
parent 11ca74faad
commit 30caadf9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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}