bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set command overrides my ARGV array


From: Grisha Levit
Subject: Re: set command overrides my ARGV array
Date: Tue, 27 Dec 2016 15:28:57 -0500

The syntax is

set -o pipefail

to turn the option on and

set +o pipefail

to turn the option off. The word on is not part of the syntax.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]