diff options
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/gt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt index b86ccc6..c16623e 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -8,7 +8,7 @@ repos=$HOME/sync/share/git-track.txt # prevent file not found errors -touch "$repos" +touch "$repos" || exit 1 help() { cat >&2 <<EOF |