ocaml/camlp4/tools/extract_crc.sh

7 lines
159 B
Bash
Executable File

#!/bin/sh -e
COMM="ocamlrun$EXE $OTOP/otherlibs/dynlink/extract_crc"
if test "`basename $OTOP`" != "ocaml_stuff"; then
COMM="$OTOP/boot/$COMM"
fi
$COMM $*