Skip to content

Commit 2e6b487

Browse files
committed
sifting through old mailing lists
1 parent 2ee1784 commit 2e6b487

4 files changed

+28
-0
lines changed

BUG.semantics.bg.sigquit.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
# Harald van Dijk <[email protected]> (2021-01-08) (list)
3+
# Subject: Re: [v3 PATCH 17/17] eval: Add vfork support
4+
# To: Herbert Xu <[email protected]>, DASH Mailing List <[email protected]>
5+
# Date: Fri, 08 Jan 2021 20:55:41 +0000
6+
7+
smoosh -i -c 'smoosh -c "kill -QUIT $$; echo huh" & wait'

MAYBEBUG.builtin.getopts.sh

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#id:YBRTFXGM6pLwR5hg@teapot
2+
#earnestly <[email protected]> (January 29) (list)
3+
#Subject: getopts appears to not be shifting $@ when consuming options
4+
5+
#Date: Fri, 29 Jan 2021 18:25:25 +0000
6+
7+
while getopts :a: arg -a foo -a bar; do
8+
case $arg in
9+
a) set -- "$@" attr="$OPTARG"
10+
esac
11+
done
12+
shift "$((OPTIND - 1))"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
all good
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# Jilles Tjoelker <[email protected]> (2020-12-21) (list)
3+
# Subject: Re: dash 0.5.11.2, busybox sh 1.32.0, FreeBSD 12.2 sh: spring TTOU but should not i think
4+
# To: Harald van Dijk <[email protected]>
5+
# Cc: Steffen Nurpmeso <[email protected]>, DASH shell mailing list <[email protected]>, Denys Vlasenko <[email protected]>
6+
# Date: Mon, 21 Dec 2020 17:24:42 +0100
7+
8+
$TEST_SHELL -c "( $TEST_SHELL -c 'trap echo\ TTOU TTOU; set -m; echo all good' )"

0 commit comments

Comments
 (0)