citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7516b912bbf514b9c102e7d60a884494a8054277
parent 276201a00bf91e0c3c1f0fc26c3a8f5d363c5108
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 18:12:30 -0700

distrib: add nounset to shell script

Diffstat:
Mdistrib/www.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrib/www.sh b/distrib/www.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh -eu mkdir -p www/man for man in *.1; do