We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7f7cd commit 782b7f9Copy full SHA for 782b7f9
gentoo-test.sh
@@ -59,7 +59,7 @@ build() {
59
mv $dir/$filename.mold $dir/failure
60
fi
61
62
- $docker nice -n 19 bash -c "$cmd1 && $cmd3" >& $dir/$filename.ld
+ $docker nice -n 19 bash -c "$cmd2 && $cmd3" >& $dir/$filename.ld
63
if [ $? = 0 ]; then
64
mv $dir/$filename.ld $dir/success
65
else
0 commit comments