Quote:
Can you run the script using ksh instead of bash? and if so, do you get the same results?
---------- Post updated at 12:26 PM ---------- Previous update was at 12:24 PM ----------
Quote:
Originally Posted by
methyl
When you run "install" manually, what keystrokes do you press ?
For example do you press y<return> or just y ?
Can you typeahead when answering the questions manually?
The keystrokes are in the list. y, n, Return key, string. It seems the first 2 responses that are y are accepted and processed. When it hits the return/blank line in gets lost.
---------- Post updated at 12:30 PM ---------- Previous update was at 12:26 PM ----------
Quote:
Originally Posted by
curleb
more importantly...to me, at least...what does this loop look like within the install script? Is it maybe allowing for a break, or similar...?
The line that seems to be causing the problem in the install scroipt is:
more docs/env.txt
Manually, you need to page through the display.
In AIX and HPUX with the here-now playing on blank line is interperted as a return and it plays the entire file.
In Linux, the blank line in the here-now behaves differently.