Reword unsetting external variables to avoid confusion on what it does
This commit is contained in:
parent
1685867494
commit
466e2e39d9
@ -4,7 +4,7 @@
|
|||||||
for VAR in `env | cut -d '=' -f 1`
|
for VAR in `env | cut -d '=' -f 1`
|
||||||
do
|
do
|
||||||
case $VAR in BK_*)
|
case $VAR in BK_*)
|
||||||
echo "Unsetting $VAR"
|
echo "Unsetting external $VAR"
|
||||||
unset "$VAR"
|
unset "$VAR"
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user