creator/isotostick.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b47645cd25091efccf48a34e316a8d8c134ba70c
Author: Jeremy Katz <[EMAIL PROTECTED]>
Date: Fri Oct 12 15:33:12 2007 -0400
fix error handling case
diff --git a/creator/isotostick.sh b/creator/isotostick.sh
index 4d5f11c..4dadb79 100644
--- a/creator/isotostick.sh
+++ b/creator/isotostick.sh
@@ -25,8 +25,8 @@ usage() {
}
cleanup() {
- [ -d $CDMNT ] && umount $CDMNT && rmdir $CDMNT
- [ -d $USBMNT ] && umount $USBMNT && rmdir $USBMNT
+ [ -d "$CDMNT" ] && umount $CDMNT && rmdir $CDMNT
+ [ -d "$USBMNT" ] && umount $USBMNT && rmdir $USBMNT
}
exitclean() {
--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list