From 845c0adb6a71af4df1f947380c75c10a17fd0b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 10 Feb 2025 17:38:08 +0100 Subject: [PATCH] fix(notes): we actually don't have to handle ';' --- NOTES.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/NOTES.md b/NOTES.md index e02a0b6..f632c57 100644 --- a/NOTES.md +++ b/NOTES.md @@ -402,13 +402,6 @@ here-document are subjected to parameter expansion, command substitution, and arithmetic expansion, the character sequence \newline is ignored, and ‘\’ must be used to quote the characters ‘\’, ‘$’, and ‘`’. -## Signal handling - -cf. 6.12 Shell Compatibility Mode => compat32 - -interrupting a command list such as "a; b; c" causes the execution of the entire -list to be aborted. - ## Definitions cf. [Bash Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Definitions) cf. 2 Definitions