[or-cvs] r15682: Forgot a closing '}' in the previous change to the USB insta (incognito/trunk/root_overlay/usr/sbin)
anonym at seul.org
anonym at seul.org
Sat Jul 5 22:57:25 UTC 2008
Author: anonym
Date: 2008-07-05 18:57:25 -0400 (Sat, 05 Jul 2008)
New Revision: 15682
Modified:
incognito/trunk/root_overlay/usr/sbin/create-usb
Log:
Forgot a closing '}' in the previous change to the USB installation script.
Modified: incognito/trunk/root_overlay/usr/sbin/create-usb
===================================================================
--- incognito/trunk/root_overlay/usr/sbin/create-usb 2008-07-05 22:56:09 UTC (rev 15681)
+++ incognito/trunk/root_overlay/usr/sbin/create-usb 2008-07-05 22:57:25 UTC (rev 15682)
@@ -10,7 +10,7 @@
MEDIAROOT="/mnt/cdrom"
# Determine the device of the LiveCD. We assume only deviced hd? and sd?.
-MEDIADEV=$( basename $( mount | grep ${MEDIAROOT | cut -d ' ' -f 1 ) | cut -b 1-3 )
+MEDIADEV=$( basename $( mount | grep ${MEDIAROOT} | cut -d ' ' -f 1 ) | cut -b 1-3 )
# Show an Xdialog of available USB drives. The one which the user choses is
# partitioned into a single big partition. USBPART will stored the path to
More information about the tor-commits
mailing list