[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

typo in native-install



hi,

i have just try to switch to libio with latest marcus tarball
(ftp://alpha.gnu.org/gnu/hurd/contrib/marcus/gnu-20020523.tar.gz), but
the second pass of native-install failled with an 'unexpected end of
file line 191, "`" unmatched', or something like that, here is the patch
:

--- native-install.old  Fri Jun 14 11:29:35 2002
+++ native-install      Fri Jun 14 11:32:23 2002
@@ -159,7 +159,7 @@
 echo The last step is to create /etc/fstab.
 
 fstype=`fsysopts / | perl -ne
'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $1;'`
-rootpart=fsysopts / | perl -ne
'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e
"s/^device\://"`
+rootpart=`fsysopts / | perl -ne
'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e
"s/^device\://"`
 
 if [ ! -e /dev/${rootpart} ] ; then
        cd /dev


-- 
Dam


-- 
To UNSUBSCRIBE, email to debian-hurd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: