SCM Repository
Diff of /config/trunk/_run-sml
Parent Directory
|
Revision Log
|
Patch
revision 937, Thu Sep 20 21:20:28 2001 UTC | revision 1261, Tue Jul 23 15:45:45 2002 UTC | |
---|---|---|
# | Line 21 | Line 21 |
21 | # | # |
22 | ||
23 | # the path of the directory in which executables (like this file) are kept. | # the path of the directory in which executables (like this file) are kept. |
24 | if [ x${SMLNJ_HOME} = x ] ; then | |
25 | BIN_DIR=@BINDIR@ | BIN_DIR=@BINDIR@ |
26 | if [ ! -d "$BIN_DIR" ]; then | if [ ! -d "$BIN_DIR" ]; then |
27 | cmddir=`dirname $0` | cmddir=`dirname $0` |
# | Line 29 | Line 30 |
30 | * ) BIN_DIR=`cd $cmddir; pwd` ;; | * ) BIN_DIR=`cd $cmddir; pwd` ;; |
31 | esac | esac |
32 | fi | fi |
33 | else | |
34 | if [ x${CM_PATHCONFIG} = x ] ; then | |
35 | CM_PATHCONFIG=${SMLNJ_HOME}/lib/pathconfig | |
36 | export CM_PATHCONFIG | |
37 | fi | |
38 | BIN_DIR=${SMLNJ_HOME}/bin | |
39 | fi | |
40 | ||
41 | # the path of the directory in which the runtime system executables are kept. | # the path of the directory in which the runtime system executables are kept. |
42 | RUN_DIR=$BIN_DIR/.run | RUN_DIR=$BIN_DIR/.run |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |