From: <pa...@us...> - 2009-01-16 23:52:21
|
Revision: 2639 http://morphix.svn.sourceforge.net/morphix/?rev=2639&view=rev Author: paul_c Date: 2009-01-16 23:52:13 +0000 (Fri, 16 Jan 2009) Log Message: ----------- Errant ; removed. Modified Paths: -------------- trunk/scripts-base/miniroot/linuxrc-scripts/linuxrc Modified: trunk/scripts-base/miniroot/linuxrc-scripts/linuxrc =================================================================== --- trunk/scripts-base/miniroot/linuxrc-scripts/linuxrc 2009-01-16 21:33:53 UTC (rev 2638) +++ trunk/scripts-base/miniroot/linuxrc-scripts/linuxrc 2009-01-16 23:52:13 UTC (rev 2639) @@ -522,7 +522,7 @@ hash -r # Did we copy from ram ? - if test -n "$COPYTO"; + if test -n "$COPYTO" then rmdir /cdrom ln -s /cdrom2 /cdrom # make a symlink and go on to normal boot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |