KVM: x86/mmu: remove unused variable
[linux-2.6-microblaze.git] / scripts / spdxcheck-test.sh
index cb76324..9f6d1a7 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # run check on a text and a binary file
-for FILE in Makefile Documentation/logo.gif; do
+for FILE in Makefile Documentation/images/logo.gif; do
        python3 scripts/spdxcheck.py $FILE
        python3 scripts/spdxcheck.py - < $FILE
 done