blob: 9ee9184fc87c2acda0bc9b79d7efbd2ddbb9cbbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ak,v 1.1 2003/03/21 22:54:41 wiz Exp $
--- config/_run-sml.orig Thu Oct 17 02:44:32 2002
+++ config/_run-sml
@@ -19,6 +19,7 @@ unset ENV
#
# SITE SPECIFIC CONFIGURATION INFO
#
+SMLNJ_HOME="${SMLNJ_HOME:-@SML_BASE@}"
# the path of the directory in which executables (like this file) are kept.
if [ x${SMLNJ_HOME} = x ] ; then
|