John Burrell wrote:
Among the changes from 4.3 to 4.4 is this one:


"qq. There is a new option settable in config-top.h that makes multiple directory 
arguments to `cd' a fatal error."

The relevant Define variable in config-top.h is CD_COMPLAINS and it is set by 
default.

You have to undefine this to get the 4.3 behavior.

This explains why my install scripts started failing. By default you can't:

unzip jasper-*.zip
cd jasper-*

It depends on how many matches you get with jasper-*. If there is only one match, you are OK.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to