Skip to content

Commit

Permalink
[fix] gen_myocamlbuild.sh: remove bslash from OCAMLBUILD_LIB
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Sicard authored and OpaOnWindowsNow committed Oct 31, 2012
1 parent a11dc3a commit 9cad032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/gen_myocamlbuild.sh
Expand Up @@ -131,6 +131,7 @@ mkdir -p $BUILD_DIR/$CONFIG_PATH
# Compile the myocamlbuild # Compile the myocamlbuild


OCAMLBUILD_LIB=$($OCAMLBUILD -where) OCAMLBUILD_LIB=$($OCAMLBUILD -where)
OCAMLBUILD_LIB="$(echo $OCAMLBUILD_LIB | sed -e "s/\\\\/\//g")"


cp $CONFIG_ML ${CONFIG_ML}i $BUILD_DIR/$CONFIG_PATH/ cp $CONFIG_ML ${CONFIG_ML}i $BUILD_DIR/$CONFIG_PATH/
cd $BUILD_DIR cd $BUILD_DIR
Expand Down

0 comments on commit 9cad032

Please sign in to comment.