Skip to content

Commit

Permalink
Fix typo in build quirks.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Dec 11, 2023
1 parent 244cc6e commit 22b1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Buildquirks.pm
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ my %quirks = (
'2023-11-12T14:41:41Z' => {
comment => "login.conf bump datasize for clang",
updatedirs => [ "etc/etc.amd64" ],
command => [ "cp /usr/src/etc/etc.amd64/login.conf /etc/" ],
commands => [ "cp /usr/src/etc/etc.amd64/login.conf /etc/" ],
},
'2023-11-20T10:11:03Z' => {
comment => "clang, libc++, and libc++abi update LLVM to 16.0.6",
Expand Down

0 comments on commit 22b1ed8

Please sign in to comment.