koreader / koreader-base

Base framework offering a Lua scriptable environment for creating document readers
http://koreader.rocks/
GNU Affero General Public License v3.0
130 stars 105 forks source link

make: fix shell #1831

Closed benoit-pierre closed 2 months ago

benoit-pierre commented 2 months ago

Use -eo pipefail so errors in pipe commands are not ignored.


This change is Reviewable