Danny Milosavljevic writes: > + (and (zero? (apply system* "tar" "-C" tmpdir "-cf" image > > Apparently this works as-is, but also here, I'd write > > + (and (zero? (apply system* "tar" "-cf" image "-C" tmpdir > > Otherwise LGTM! Good catch! I've attached a new patch that does what you suggest. -- Chris