Thursday, June 3, 2010

Chapter 5.15 Bash

Ah, I know what bash is.  Just a minor glitch, no doubt due to my messing with the color of the prompt. Up until now, when I copy and paste from the documents, I have seen the entire command output on several lines. Now, the long lines are output to the beginning of the same line.
i.e. This:  ./configure --prefix=/tools --without-bash-malloc

Looked like:
-malloclfs/sources/bash-4.1%./configure --prefix=/tools --without-bash-

I checked that it worked properly by the first line in config.log, which helpfully repeats the command.

Run make test, just to familiarize myself with what it is doing. All is well. Using tree, I get:
277 directories, 7349 files

No comments:

Post a Comment