Commit 44422585 authored by Nicolas Wavrant's avatar Nicolas Wavrant

pbs: fixes trap command for dash intepreter

parent 02973bbb
......@@ -121,7 +121,7 @@ class Recipe(GenericSlapRecipe, Notify, Callback):
exit 1
}
trap sigint SIGINT # we can CTRL-C for ease of debugging
trap sigint INT # we can CTRL-C for ease of debugging
LC_ALL=C
export LC_ALL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment