mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Oops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10889 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
22522bc942
commit
8d075de12b
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user