fix the install-compiler-libs.sh script on Windows

Ignore-this: 1e5c80eb7f41dc18122668fa633ccd87

darcs-hash:20110919235011-c41ad-175eeac14368a81e71a24ebec0f3b97de2284448
This commit is contained in:
Jeremie Dimino 2011-09-20 01:50:11 +02:00
parent 82b2998b1b
commit bfc7f9aad1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if [ ! -f "$SOURCEPATH/typing/types.cmi" -o ! -f "$SOURCEPATH/parsing/longident.
exit 1
fi
STDLIBPATH=`ocamlc -where`
STDLIBPATH=`ocamlc -where | tr -d '\r'`
INSTALLPATH="$STDLIBPATH/compiler-libs"
mkdir -p "$INSTALLPATH"