* runtime/mono-wrapper.in (MONO_SHARED_DIR): Set. Ensures that
[mono.git] / runtime / mono-wrapper.in
index e00f38dcf975a79906358541e8ecbe7bd1223818..a03fa731024c3528c68c4c27a2d9984a074b0a21 100644 (file)
@@ -1,4 +1,6 @@
 #! /bin/sh
-MONO_CFG_DIR='@mono_cfg_dir@'; export MONO_CFG_DIR
-r=@mono_build_root@
+r='@mono_build_root@'
+MONO_CFG_DIR='@mono_cfg_dir@'
+MONO_SHARED_DIR=$r/runtime
+export MONO_CFG_DIR MONO_SHARED_DIR
 exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "$r/data/config" "$@"