Selaa lähdekoodia

Ignore makefile

Bob Mottram 7 vuotta sitten
vanhempi
commit
9786dd93e4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-tests

+ 1
- 1
src/freedombone-tests Näytä tiedosto

96
 
96
 
97
     for filename in $FILES
97
     for filename in $FILES
98
     do
98
     do
99
-        if [[ "$filename" == *"-config-qtox" || "$filename" == *"-image-make" ]]; then
99
+        if [[ "$filename" == *"-config-qtox" || "$filename" == *"-image-make"* ]]; then
100
            continue
100
            continue
101
         fi
101
         fi
102
 
102