diff options
author | Christian Höltje <docwhat@gerf.org> | 2018-06-27 18:21:01 +0300 |
---|---|---|
committer | Christian Höltje <docwhat@gerf.org> | 2018-06-27 18:21:01 +0300 |
commit | 645034f74c6daca97c06f3dc99ae00e98522af49 (patch) | |
tree | 0be262522bd9668e174fbde6544466b61a866195 /test-in-docker | |
parent | 69fe19ca74ce5b00fa6d120ee6d20707443e5cea (diff) |
test-in-docker: add additional warnings
Diffstat (limited to 'test-in-docker')
-rwxr-xr-x | test-in-docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-in-docker b/test-in-docker index d291402f..89a223f1 100755 --- a/test-in-docker +++ b/test-in-docker @@ -6,6 +6,7 @@ set -eu default_version='4.3.11' setopt extended_glob glob_subst numeric_glob_sort +setopt warn_create_global warn_nested_var 2> /dev/null cd "${${(%):-%x}:A:h}" # TODO: Crazy Logic to munge TERM to something supported in Ubuntu 14.04 |