Be Sure Qshell Accesses the Right IFS Data
November 2, 2005 Ted Holt
Today I continue my relentless Campaign to Eradicate Unreliable Software. Just recently, I saw a real-life example of the problem of unreliability. Program A called Program B to change the library list. Program B failed, the library list did not get changed, but Program B never bothered to tell Program A about it. Program A continued running with the wrong library list. As I wrote in Proper CL Error Handling, it’s imperative to catch every error and make sure that it is dealt with.
The same sort of thing can happen in Qshell scripts. If a Change Directory command