mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove erroneous suffix.
This commit is contained in:
parent
5119be8150
commit
f6ce98e7b5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static BOOL taskTerminationNotificationReceived;
|
|||
testsleep = @"testsleep.exe";
|
||||
#else
|
||||
testecho = @"testecho";
|
||||
testsleep = @"testsleep.exe";
|
||||
testsleep = @"testsleep";
|
||||
#endif
|
||||
|
||||
for (;;)
|
||||
|
|
Loading…
Reference in a new issue