Skip to content
Snippets Groups Projects
Commit da7c3374 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

pid moved to local scope

parent 447d1b63
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,12 @@ function on_exit() {
rm_lock
fi
local pid
for pid in ${PROCS[*]}; do
kill -9 ${pid}
done
unset pid
}
function createList() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment