morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
0bad6cae
by Nicolas Vigier at 2024-11-27T20:33:16+00:00
1 changed file:
Changes:
... | ... | @@ -164,7 +164,7 @@ sub convert_files { |
164 | 164 | (undef, $err, $success) = capture_exec('make_full_update.sh', '-q',
|
165 | 165 | $output, $appdir);
|
166 | 166 | exit_error "Error updating $output: $err" unless $success;
|
167 | - exit_error "make_full_update.sh failed. $output does not exist."
|
|
167 | + exit_error "make_full_update.sh failed. $output was not created.\n$err"
|
|
168 | 168 | unless -f $output;
|
169 | 169 | $pm->finish;
|
170 | 170 | }
|