diff options
Diffstat (limited to 'bin/setup')
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ # License along with DomeKey Web. If not, see # <https://www.gnu.org/licenses/>. +set -ex + function program_exists () { local program="$1" |