[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: shopt -s checkwinsize gone?



Wayne Topa wrote the following on 23.02.2011 22:39

> Hi Debainites
> 
> I just tried, on a testing/unstable partition, the above command
> and it no longer works. It (shopt) is still shown in the bash 4.1-3
> man page so I would expect it to work.
> 
> I have both bash and bash -completion 1:1.3-1 installed.
> 
> Have I missed something obvious, again?
> 
> TIA
> 
> WT

I am using squeeze but bash hasn´t been updated in unstable since and therefore
the versions are the same. Here it works:

$ shopt -u checkwinsize
$ shopt | grep checkwin
checkwinsize    off
$ shopt -s checkwinsize
$ shopt | grep checkwin
checkwinsize    on



-- 
bye Thilo

4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6  7C18 89A4 A2A0 C70B 1A8F



Reply to: