View | Details | Raw Unified | Return to bug 161838
Collapse All | Expand All

(-)LocalShellThread.java (-1 / +3 lines)
Lines 393-398 Link Here
393
			catch (IOException e)
393
			catch (IOException e)
394
			{
394
			{
395
				System.out.println(e);
395
				System.out.println(e);
396
		        // make the thread exit;
397
		        _isShell = false;
396
			}
398
			}
397
399
398
		}
400
		}
Lines 438-444 Link Here
438
440
439
	public boolean doThreadedWork()
441
	public boolean doThreadedWork()
440
	{
442
	{
441
		if (_stdInput == null)
443
		if (_stdInput == null || _isShell == false)
442
		{
444
		{
443
			return false;
445
			return false;
444
		}
446
		}

Return to bug 161838