Skip to content
Snippets Groups Projects
Unverified Commit dfa6e383 authored by boklm's avatar boklm
Browse files

fixup! Bug 40072: Fix torbrowser-incrementals-nightly-*

Fix a syntax error in previous commit,
695bb8ef.
parent 695bb8ef
No related branches found
No related tags found
1 merge request!30fixup! Bug 40072: Fix torbrowser-incrementals-nightly-*
......@@ -263,7 +263,7 @@ sub make_incrementals {
}
foreach my $builddir (path($testsuite->{publish_dir} . '/..')->children) {
if (-f "$builddir/$test->{publish_dir}/sha256sums-unsigned-build.txt") {
symlink("$builddir/$test->{publish_dir}", "$nightlydir/$builddir->basename");
symlink("$builddir/$test->{publish_dir}", $nightlydir . '/' . $builddir->basename);
}
}
my @cmd = ('make', $test->{projectname} . '-incrementals-nightly');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment