diff options
Diffstat (limited to '')
| -rwxr-xr-x | bash/templates/build-aux/workflow/TODOs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/templates/build-aux/workflow/TODOs.sh b/bash/templates/build-aux/workflow/TODOs.sh index 58fbd3ca..4a9eb65d 100755 --- a/bash/templates/build-aux/workflow/TODOs.sh +++ b/bash/templates/build-aux/workflow/TODOs.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu mkdir -p public |
