[Aimmath-commit] AIM/WEB-INF/maple AutoConf.mpl,1.1.1.1.2.5,1.1.1.1.2.6
Brought to you by:
gustav_delius,
npstrick
From: <gr...@us...> - 2003-07-17 05:29:40
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1:/tmp/cvs-serv29020 Modified Files: Tag: develop_2_1 AutoConf.mpl Log Message: Fixed bug in look_for_dir. When looking for "Def" (default) places variable d1 was only set on Windows ... now set to d for the rest of us :-) - GG Index: AutoConf.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/AutoConf.mpl,v retrieving revision 1.1.1.1.2.5 retrieving revision 1.1.1.1.2.6 diff -C2 -d -r1.1.1.1.2.5 -r1.1.1.1.2.6 *** AutoConf.mpl 14 Jul 2003 23:45:15 -0000 1.1.1.1.2.5 --- AutoConf.mpl 17 Jul 2003 05:29:37 -0000 1.1.1.1.2.6 *************** *** 162,165 **** --- 162,167 ---- if r[1] = "" or r[1] = "c:" or r[1] = "C:" then d1 := cat(d,"/"): + else + d1 := d; fi: if (os_direxists(d1)) then |