aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Reed <michael@michaelreed.io>2017-07-12 19:32:32 -0400
committerMichael Reed <michael@michaelreed.io>2017-07-12 19:32:32 -0400
commit61478edec677ea75523655a1d866a8a5652488a3 (patch)
tree2b95841706fde5df116b83f14a0f40dfd7e86e51 /www
parent8c7d21cbf45a4279dcffae95ce626a0dc9006a30 (diff)
downloadlibrebootfr-61478edec677ea75523655a1d866a8a5652488a3.tar.gz
librebootfr-61478edec677ea75523655a1d866a8a5652488a3.zip
www/index.sh: Replace cat(1) usage with faster bashism
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.sh b/www/index.sh
index 618b8fc5..45b9f575 100755
--- a/www/index.sh
+++ b/www/index.sh
@@ -38,7 +38,7 @@ meta() {
# generate the index file
# MANIFEST determines the order of news articles in news/index.md
-FILES=$(cat news/MANIFEST)
+FILES=$(< news/MANIFEST)
cat news-list.md > news/index.md