Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
booster cat: return an error if the requested file doesn't exist
Presently, it is not possible to distinguish between an empty file and a non-existent file based on the `booster cat` output and exit status. With this patch applied, booster prints an error message to standard error and exists with a non-zero exit status if the file was not found in the image.
- Loading branch information