do not use {} of shell...

This commit is contained in:
Simon Cruanes 2013-10-17 14:51:48 +02:00
parent 40cc85061e
commit 7e0deeb1cc

View file

@ -10,7 +10,7 @@ bin:
doc: bin doc: bin
mkdir -p man/man3/ mkdir -p man/man3/
ocamlfind ocamldoc -I _build/ *.ml{,i} -man -d man/man3/ ocamlfind ocamldoc -I _build/ sequence.ml sequence.mli -man -d man/man3/
install_file: install_file:
@rm sequence.install || true @rm sequence.install || true