From 7db569ca938458bf60cda2321a38249eb666f43a Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Mon, 5 Apr 2010 21:41:06 +0200 Subject: Fix typo in argument to valdebug spotted by daemonic. --- make/template/inspircd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/template/inspircd b/make/template/inspircd index 2b01aad49..ed98a186b 100644 --- a/make/template/inspircd +++ b/make/template/inspircd @@ -189,7 +189,7 @@ sub dev_screendebug(@) # If we are still alive here.. Try starting the IRCd.. print "Starting InspIRCd in `screen`, type `screen -r` when the ircd crashes to view the gdb output and get a backtrace.\n"; print "Once you're inside the screen session press ^C + d to re-detach from the session\n"; - exec qw(screen -m -d gdb), "--comand=$basepath/.gdbargs", '-args', "$binpath/$executable", qw(--nofork --debug --nolog), @_; + exec qw(screen -m -d gdb), "--command=$basepath/.gdbargs", '-args', "$binpath/$executable", qw(--nofork --debug --nolog), @_; die "Failed to start screen: $!\n"; } -- cgit v1.2.3