diff options
Diffstat (limited to 'test/script/check-toc')
-rwxr-xr-x | test/script/check-toc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/script/check-toc b/test/script/check-toc index cc2d2b9c..8e411589 100755 --- a/test/script/check-toc +++ b/test/script/check-toc @@ -1,4 +1,7 @@ -#!/bin/bash -eu +#!/usr/bin/env bash + +set -e +set -u # This script checks that the table of contents for the supported tools is # sorted, and that the table matches the files. |