=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Doc/ox-win.sm1,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- OpenXM/src/kan96xx/Doc/ox-win.sm1 2001/12/28 08:09:38 1.11 +++ OpenXM/src/kan96xx/Doc/ox-win.sm1 2001/12/28 08:18:23 1.12 @@ -1,4 +1,4 @@ -%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.10 2001/12/28 08:05:44 takayama Exp $ +%%%%%%%%%%% $OpenXM: OpenXM/src/kan96xx/Doc/ox-win.sm1,v 1.11 2001/12/28 08:09:38 takayama Exp $ /ox-win.sm1.loaded 1 def (ox.sm1.loaded) boundp { @@ -34,12 +34,16 @@ OpenXM_HOME_WIN tag 0 eq { /oxpath.null00-pure-sh ( 2>&1 >/dev/null) def %%TODO:It does not work in our case /sm1connectr { + [(getenv) (OSTYPE)] extension tag 0 eq { + sm1connectr_win + }{ [(getenv) (OSTYPE)] extension (cygwin) eq { sm1connectr_cygwin }{ sm1connectr_win }ifelse + } ifelse } def %% For cygwin