changeset 216:6731880943f8

Prevent variables from leaking
author Steve Huston <huston@srhuston.net>
date Tue, 26 Jan 2021 11:00:31 -0500
parents c35da750af7a
children 335b0fba60a8
files .bash_aliases
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bash_aliases	Thu Jan 14 12:19:35 2021 -0500
+++ b/.bash_aliases	Tue Jan 26 11:00:31 2021 -0500
@@ -81,6 +81,7 @@
 
 # Proxying/tunneling - predominantly for my Mac laptop
 proxy() {
+  local PROXY_HOST PROXY_PORT PROXY_PATH PROXY_UMOUNT
   case $1 in
     home)
       if [ "$HOST" != "gallifrey" ] ; then