>>"Clint" == Clint Adams <[EMAIL PROTECTED]> writes: Clint>> It makes 'set -e' unusable in #!/bin/sh scripts. Manoj>> Umm, could you explain why this is so?
Clint> I think it is reasonable to assume that "POSIX features" and "non-POSIX Clint> features" translate to those which are and are not mandated by the Clint> current POSIX standard. ISO/IEC 9945-2:1993(e) IEEE STD 1003.2-1992 Part 2: Shell and utilities 3.14.11 set - Set/unset options and positional parameters (pp 156-157, lines 1580-1716) Look for the -e option for the set utility. Clint> Thus, shell scripts specifying `/bin/sh' as interpreter Clint> should only use POSIX features. If a script requires Clint> non-POSIX features from the shell interpreter, the Clint> appropriate shell must be specified in the first line of Clint> the script (e.g., `#!/bin/bash') and the package must Clint> depend on the package providing the shell (unless the Clint> shell package is marked `Essential', as in the case of Clint> `bash'). Clint> Now, if I am wrong, and "POSIX features" means "those features Manoj Clint> will claim are common sense", then the meaning changes slightly. Are you now claiming that POSIX does not have a set -e in the command set of the shell? Have you any idea what the standard is? Before claiming that I am making up what POSIX is, and embarrassing yourself before the known world, did you even care to see what the standard had to say about set -e? Clint> I fail to see the value in claiming that POSIX-compliance is important, Clint> yet declaring an exception (echo -n) with no technical merit, yet Clint> opposing further exceptions. Historical reasons. manoj -- NEW YORK-- Kraft Foods, Inc. announced today that its board of directors unanimously rejected the $11 billion takeover bid by Philip Morris and Co. A Kraft spokesman stated in a press conference that the offer was rejected because the $90-per-share bid did not reflect the true value of the company. Wall Street insiders, however, tell quite a different story. Apparently, the Kraft board of directors had all but signed the takeover agreement when they learned of Philip Morris' marketing plans for one of their major Middle East subsidiaries. To a person, the board voted to reject the bid when they discovered that the tobacco giant intended to reorganize Israeli Cheddar, Ltd., and name the new company Cheeses of Nazareth. Manoj Srivastava <[EMAIL PROTECTED]> <http://www.debian.org/%7Esrivasta/> 1024R/C7261095 print CB D9 F4 12 68 07 E4 05 CC 2D 27 12 1D F5 E8 6E 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]