From 5a5e13e9722f2b753b50b817f99c3cf865a775d6 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Sun, 2 Aug 2020 01:31:53 +0000 Subject: [PATCH] Added a comment --- .../comment_4_297b462c0344b8c7e5e113fdda3642f4._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/standalone_shim_is_segfaulting_if_IFS__61____36____39____92__013__39__/comment_4_297b462c0344b8c7e5e113fdda3642f4._comment diff --git a/doc/bugs/standalone_shim_is_segfaulting_if_IFS__61____36____39____92__013__39__/comment_4_297b462c0344b8c7e5e113fdda3642f4._comment b/doc/bugs/standalone_shim_is_segfaulting_if_IFS__61____36____39____92__013__39__/comment_4_297b462c0344b8c7e5e113fdda3642f4._comment new file mode 100644 index 0000000000..290de6e99f --- /dev/null +++ b/doc/bugs/standalone_shim_is_segfaulting_if_IFS__61____36____39____92__013__39__/comment_4_297b462c0344b8c7e5e113fdda3642f4._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 4" + date="2020-08-02T01:31:52Z" + content=""" +Oh, I see the reason for confusion: I usually as `set -u` to my scripts, so they would fail if variable is undefined. Indeed in the default mode of operation it isn't needed. +"""]]