From ff849b2c0b0e5fda81f882379c50c8d71b410cc8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 15 May 2015 13:34:11 +1200 Subject: Move unset in run-parts bashrc/profile source --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index b8fb1186..77c2abd8 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -76,6 +76,6 @@ if [[ -d $HOME/.bashrc.d ]] ; then for config in "$HOME"/.bashrc.d/*.bash ; do source "$config" done + unset -v config fi -unset -v config -- cgit v1.2.3