Skip to content

Commit

Permalink
using bourne shell syntax for function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Oct 28, 2019
1 parent 72dc321 commit 8d24e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tracecontext-integration-test.sh
Expand Up @@ -15,7 +15,8 @@ EXAMPLE_SERVER_PID=$!
# of delay would cause many of the tracecontext tests to fail being
# unable to connect.
sleep 1
function onshutdown {
onshutdown()
{
# send a sigint, to ensure
# it is caught as a KeyboardInterrupt in the
# example service.
Expand Down

0 comments on commit 8d24e0a

Please sign in to comment.