Philip Ashmore <cont...@philipashmore.com> writes:

> Here's where I wish I was a shell script guru:

>    for var in `cat set.txt`; do
>       { if in env discard }
>    done
>    { sort offenders by decending size }

> Here's a summary of the ones that caught my eye. Sorry if I missed
> anyone out!

Oh.  This is smelling like artifacts of bash-completion; perhaps set is
dumping your completion settings.  I'm pretty sure those are not copied
into subshells and are only loaded in interactive shells.

-- 
Russ Allbery (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ipfjr4xg....@windlord.stanford.edu

Reply via email to