boklm pushed to branch main at The Tor Project / Applications / RBM
Commits:
-
2517a84a
by Nicolas Vigier at 2026-01-15T12:14:35+01:00
1 changed file:
Changes:
| ... | ... | @@ -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]);
|