[med-svn] r5130 - trunk/packages/mgltools
Steffen Möller
moeller at alioth.debian.org
Sun Aug 15 21:16:24 UTC 2010
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
More information about the debian-med-commit
mailing list