Jamie Reid

Results 4 comments of Jamie Reid

The offending line appears to be `if ! $SUDO test -e "$SNAZZER_SUBVOLS_EXCLUDE_FILE"; then` `$SUDO` is set to `sudo` if `snazzer` is not being run as root. I believe the `sudo`...

Sorry it's taken a while for me to reply @florianjacob * I assume I had `perl` installed before, I don't remember it coming down as a dependency when I installed...

Would implementing something like: - if perldoc in path - if `file -b --mime-type /usr/bin/perldoc` is not text/x-shellscript - pod2usage -verbose 3 cover the "failing loudly during make if the...

Strange thing is, at least on Debian Jessie, the `pod2usage` call for `snazzer --help` works, it's only when you attempt the `pod2usage -verbose 3` call that it fails without the...