From 896f35481b1b86837bd8be8049432050b02e9241 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 22:00:07 +1200 Subject: Explicitly unset variables in profile --- sh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/profile b/sh/profile index 7e1f88c2..7f53ef5d 100644 --- a/sh/profile +++ b/sh/profile @@ -10,5 +10,5 @@ if [ -d "$HOME"/.profile.d ]; then [ -f "$config" ] && . "$config" done fi -unset config +unset -v config -- cgit v1.2.3