This commit is contained in:
Tianon Gravi 2015-06-02 09:40:42 -07:00
parent 15c3a81dfd
commit bc324ae83b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail
repo="$1"
if [ -z "$repo" ]; then

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eo pipefail
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
helperDir='.template-helpers'