Author: moeller Date: 2010-08-15 21:16:20 +0000 (Sun, 15 Aug 2010) New Revision: 5130
Modified: trunk/packages/mgltools/BUILD Log: Eliminated bug in documentation. Modified: trunk/packages/mgltools/BUILD =================================================================== --- trunk/packages/mgltools/BUILD 2010-08-11 11:48:11 UTC (rev 5129) +++ trunk/packages/mgltools/BUILD 2010-08-15 21:16:20 UTC (rev 5130) @@ -32,8 +32,9 @@ have not previously performed the checkout, then create a new directory (I used "mgltools-cvs") and cd to it: - [ -d mgltools ] || mkdir mgltools-cvs - cd mgltools-cvs + dname=mgltools-cvs + [ -d "$dname" ] || mkdir "$dname" + cd "$dname" Follow the regularly updated instructions on MGLtools CVS downloads on http://mgltools.scripps.edu/downloads/nightly/documentation/how-to/access-to-cvs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
