[PC-BSD Commits] r297 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 7 15:32:10 PDT 2007
Author: kris
Date: 2007-06-07 23:32:10 +0100 (Thu, 07 Jun 2007)
New Revision: 297
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FindUpdateParts.sh
Log:
Fixed bug causing available upgrade partitions to show up multiple times
when going back, and into the dialog again
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FindUpdateParts.sh
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FindUpdateParts.sh 2007-06-07 22:28:04 UTC (rev 296)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/PCBSD.FindUpdateParts.sh 2007-06-07 22:32:10 UTC (rev 297)
@@ -1,5 +1,7 @@
#!/bin/sh
+rm /tmp/AvailUpgrades >/dev/null 2>/dev/null
+
DEVS="ad
ar
aacd
More information about the Commits
mailing list