Author: M0...@gm...
Date: Tue Dec 16 12:44:28 2008
New Revision: 418
Modified:
branches/iVL/.project
branches/iVL/FrmSummary.class
branches/iVL/installer.gambas
Log:
Fixed bug in win partition listings
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Tue Dec 16 12:44:28 2008
@@ -2,7 +2,7 @@
# Compiled with Gambas 2.9.0
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.1.23
+Version=0.1.24
Library=gb.gtk
Library=gb.form
Library=gb.debug
Modified: branches/iVL/FrmSummary.class
==============================================================================
--- branches/iVL/FrmSummary.class (original)
+++ branches/iVL/FrmSummary.class Tue Dec 16 12:44:28 2008
@@ -136,7 +136,7 @@
'sFsType = "Windows"
'SHELL "l=$(probepart | grep " & cb.tag & "); echo $l | cut
-f 6,7 -d \' \'" TO sFsType
- SHELL "probepart | grep ^" & cb.Tag & " | tr -s \' \'\"\" |
cut -f 6 -d \' \'" TO sFsType
+ SHELL "probepart | grep ^" & "\'" & cb.Tag & " \'| tr -s \'
\'\"\" | cut -f 7-8 -d \' \'" TO sFsType
sFsType = Trim(sFsType)
WITH ME
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|