do not show string

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40233 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-11-25 14:05:02 +00:00
parent 19997eb5c1
commit 6e70451153
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,6 @@
* Modules/Debuggers/ProjectCenter/PipeDelegate.m
Commands need new-line.
>>>>>>> .r40226
2016-11-17 09:20-EST Gregory John Casamento <greg.casamento@gmail.com>
* Modules/Debuggers/ProjectCenter/PipeDelegate.m: Change flag to yes

View file

@ -699,6 +699,7 @@
- (void) debuggerSetup
{
NSString *command = @"set confirm off\n";
[self typeString: command];
[self putString: command];
}
@end