dexter wrote:
On Tue May 27 2008 21:32:22 Jeremy Katz wrote:
diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh
index 5250a20..e4acf85 100644
--- a/tools/livecd-iso-to-disk.sh
+++ b/tools/livecd-iso-to-disk.sh
@@ -40,6 +40,11 @@ exitclean() {
 getdisk() {
     DEV=$1
+ if [[ "$DEV" =~ "/dev/loop*" ]; then

My eyes can't parse this construct [[ ] is it legal? /me reaches for my bash books.

Good catch -- should have been [[ ]] but apparently I did an undo or somehow managed to flub it before committing. But fixed, thanks

Jeremy

--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to