[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/rbm][main] Bug 40096: Fix confusing `container extract` error message



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / RBM

Commits:

  • 2517a84a
    by Nicolas Vigier at 2026-01-15T12:14:35+01:00
    Bug 40096: Fix confusing `container extract` error message
    

1 changed file:

Changes:

  • container
    ... ... @@ -200,7 +200,7 @@ my %actions = (
    200 200
             usage => "$0 extract <container-dir> <tarball>",
    
    201 201
             run   => sub {
    
    202 202
                 usageexit($ARGV[0]) unless @ARGV == 3;
    
    203
    -            exit_error "$ARGV[0] already exists" if -e $ARGV[1];
    
    203
    +            exit_error "$ARGV[1] already exists" if -e $ARGV[1];
    
    204 204
                 unshare_run(
    
    205 205
                     sub {
    
    206 206
                         return extract_tar($ARGV[1], $ARGV[2]);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx