On 6/6/23 07:31, Paolo Bonzini wrote:
+if ! test -f "$source_path/subprojects/keycodemapdb/README" \ + && test -f "$download" = disabled
test -f x = y is some sort of paste-o. Remove the -f, I'm sure. r~
On 6/6/23 07:31, Paolo Bonzini wrote:
+if ! test -f "$source_path/subprojects/keycodemapdb/README" \ + && test -f "$download" = disabled
test -f x = y is some sort of paste-o. Remove the -f, I'm sure. r~