On Mon, 24 Jul 2000, SoloCDM wrote: > I previously used "exit 1" to abort "if", "while", ... statements when > the condition was true. Now that I'm using a function, what would be > the equivalency. (The same bash script used as a function with an > "exit 1" literally exits the function script and shell.) that would be "return," last time i looked. rday -- "This is Microsoft technical support. How may I misinform you?" -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- Bash Functions SoloCDM
- rpjday