HITRB64HP57RY5YQARGC3C5U3TADOU6YC63FYKQOOLFAYPFTZHDQC
die "command `@{$args{cmd}}' failed with exit status $res->{status} in $args{dir}" if $res->{status};
if ($res->{status}) {
my $msgloc = "(in an indeterminate location)";
if (defined $args{dir}) {
$msgloc = "in $args{dir}";
}
die "command `@{$args{cmd}}' failed with exit status $res->{status} $msgloc";
}