laguage and copyright date corrections, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ for try in 1 2 3 4 5; do
|
||||
echo "sent $try signal"
|
||||
done &
|
||||
|
||||
# Ensure "wait" have something to wait for
|
||||
# Ensure "wait" has something to wait for
|
||||
sleep 2 &
|
||||
|
||||
# Ensure we do not execute "trap" below before "kill -USR1" above
|
||||
|
Reference in New Issue
Block a user