summaryrefslogtreecommitdiffstats
path: root/camlp4/tools/extract_crc.sh
blob: ffb64fdb2c60682e77f24ee69d8ef1e2c5dc2072 (plain)
1
2
3
4
5
6
7
#!/bin/sh -e
COMM="ocamlrun$EXE $OTOP/otherlibs/dynlink/extract_crc"
if test "`basename $OTOP`" != "ocaml_stuff"; then
    COMM="$OTOP/boot/$COMM"
fi
echo $COMM $* 1>&2
$COMM $*