diff options
author | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-15 01:14:34 +0000 |
---|---|---|
committer | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-15 01:14:34 +0000 |
commit | 8d075de12be6ba8eea701280b885417eeff7d106 (patch) | |
tree | 7f67790173286222c3773fa69cc86ec49616e6eb | |
parent | 22522bc942daab27207ee8ae7ea36c44235c6ed8 (diff) |
Oops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10889 e03df62e-2008-0410-955e-edbf42e46eb7
-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"; } |