On Mon, Aug 13, 2012 at 04:13:58PM +0800, Liu Yuan wrote: > for i in 0 1 2; do > - umount $STORE/$i.img > - rm -f $STORE/$i.img > + umount $STORE/$i > + rm -f $STORE/$i.img What version of umount doesn't handle calling it with the backing image as argument? I'm fine with changing it, but a more detailed description would be useful as the above umount syntax works for me. |