Browse Source

Fix typo mistake

old-stable
Mitesh Shah 11 years ago
parent
commit
1713ad0ce1
  1. 2
      src/modules/debug/ee_mod_debug_stop.sh

2
src/modules/debug/ee_mod_debug_stop.sh

@ -23,4 +23,4 @@ function ee_mod_debug_stop()
exit 0;
}
trap "ee_mod_debug_kill" EXIT
trap "ee_mod_debug_stop" EXIT

Loading…
Cancel
Save