aboutsummaryrefslogtreecommitdiff
path: root/resources/flashrom/patch/lenovobios_macronix.diff
diff options
context:
space:
mode:
authorMichael Reed <michael@michaelreed.io>2017-07-09 04:52:29 -0400
committerMichael Reed <michael@michaelreed.io>2017-07-09 15:47:52 -0400
commit73ea470f02ffc256b2abd5956cb38cf6a7ed8330 (patch)
tree2cfa0c780d3486d61e5b44abfb2f937c79f3e466 /resources/flashrom/patch/lenovobios_macronix.diff
parentac4ba8372107488ea850a74e42e9c978441c6b67 (diff)
downloadlibrebootfr-73ea470f02ffc256b2abd5956cb38cf6a7ed8330.tar.gz
librebootfr-73ea470f02ffc256b2abd5956cb38cf6a7ed8330.zip
www/publish.sh: Fix conditionals for file matching
Before the Makefile, publish.sh was executed on markdown source files using find(1), which happened like this: ./publish.sh ./index.md Now that we have a Makefile, this happens instead: ./publish.sh index.md Note that the file argument "index.md" in the first and second case both refer to the same file, yet they are different strings. This is important because publish.sh gives index.md (among other files) special treatment, and it does this by string comparison. Unfortunately, only the argument in the first case ("./index.md") will cause publish.sh to give special treatment, while the argumnent in the second case ("index.md") will not. To fix this, make it so that both "./index.md" and "index.md" trigger publish.sh's special handling. This commit also fixes the same issue for "docs/fdl-1.3.md" and "conduct.md".
Diffstat (limited to 'resources/flashrom/patch/lenovobios_macronix.diff')
0 files changed, 0 insertions, 0 deletions