diff options
author | Maxence Guesdon <maxence.guesdon@inria.fr> | 2002-04-29 09:27:50 +0000 |
---|---|---|
committer | Maxence Guesdon <maxence.guesdon@inria.fr> | 2002-04-29 09:27:50 +0000 |
commit | bb2ecec4efaa8208db14985eeb63abd83763010d (patch) | |
tree | d4583be658ec328fe58ac0e88a93c65d6bf9ea39 /ocamldoc/runocamldoc | |
parent | 4cef689e325e1adfae3cf42ed482d850049f8f88 (diff) |
utilisation de $@ au lieu de $* pour les guillements dans l'utilistion de ocamldoc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4760 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/runocamldoc')
-rw-r--r-- | ocamldoc/runocamldoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/runocamldoc b/ocamldoc/runocamldoc index 64613b6fa..14fd0cf2c 100644 --- a/ocamldoc/runocamldoc +++ b/ocamldoc/runocamldoc @@ -2,7 +2,7 @@ case "$1" in true) shift - exec ../boot/ocamlrun -I ../otherlibs/unix -I ../otherlibs/str ./ocamldoc $* + exec ../boot/ocamlrun -I ../otherlibs/unix -I ../otherlibs/str ./ocamldoc "$@" ;; *) shift exec ./ocamldoc $* |