fix the install-compiler-libs.sh script on Windows
Ignore-this: 1e5c80eb7f41dc18122668fa633ccd87 darcs-hash:20110919235011-c41ad-175eeac14368a81e71a24ebec0f3b97de2284448
This commit is contained in:
parent
82b2998b1b
commit
bfc7f9aad1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue