From 8d075de12be6ba8eea701280b885417eeff7d106 Mon Sep 17 00:00:00 2001 From: aquanight Date: Mon, 15 Dec 2008 01:14:34 +0000 Subject: Oops git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10889 e03df62e-2008-0410-955e-edbf42e46eb7 --- .inspircd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- cgit v1.2.3