diff options
-rw-r--r-- | .inspircd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.inspircd.inc b/.inspircd.inc index 8d0f62eee..ba9de5829 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -143,7 +143,7 @@ sub dev_debug(@) checkgdb(); # If we are still alive here.. Try starting the IRCd.. - exec {gdb} 'gdb', "--command=$basepath/.gdbargs", "--args $binpath/$executable", qw(-nofork -debug), @_; + exec {gdb} 'gdb', "--command=$basepath/.gdbargs", '--args', "$binpath/$executable", qw(-nofork -debug), @_; die "Failed to start GDB: $!\n"; } |