commit c2aa69525e761ff57ce6ef9cfd2752b0d54610ce
parent 81a9c2dfb627521d38f0df3fa1a35f0ef45050f2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 25 Aug 2025 16:49:03 +0200
Proofreading of certain build system scripts
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/scripts/convert_man.sh b/scripts/convert_man.sh
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+set -e
+
# The following line can be translated as follows:
# - Convert the nroff file submitted on stdin to HTML
# - Remove the page header
diff --git a/scripts/hooks.sh b/scripts/hooks.sh
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. "scripts/meso-web.sh"
+. "./scripts/meso-web.sh"
set -e