Do not create an archive if the prefix is absolute
[?]
Mar 1, 2021, 4:38 PM
2UTQVDLPXDC3QH5EAGGAC4M6CNZ6WZIMUOVP6DXF4KIR3CIU2U7QCDependencies
- [2]
MDH4VR4RArchive: / after prefixes and long names - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
L4JXJHWXpijul/*: reorganize imports and remove extern crate
Change contents
- edit in pijul/src/commands/archive.rs at line 4[5.3153][5.3153]
use anyhow::bail; - edit in pijul/src/commands/archive.rs at line 51
if std::path::Path::new(p).is_absolute() {bail!("Prefix path cannot be absolute")}