diff options
Diffstat (limited to '.bashrc_netwrix')
-rw-r--r-- | .bashrc_netwrix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.bashrc_netwrix b/.bashrc_netwrix index 557e333..c1df671 100644 --- a/.bashrc_netwrix +++ b/.bashrc_netwrix @@ -14,8 +14,7 @@ export nwx_dev2=172.28.19.60 export nwx_dev3=172.28.19.61 lint_webapi() ( - set -o errexit - set -o pipefail + set -o errexit -o nounset -o pipefail local root_dir='/cygdrive/c/Netwrix Auditor/CurrentVersion-AuditCore-Dev/AuditCore/Sources' |