mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 17:39:56 +02:00
8 lines
39 B
Plaintext
8 lines
39 B
Plaintext
echo B:
|
|
|
|
set -e
|
|
echo $-
|
|
false
|
|
|
|
echo C:
|