From 275d4249da8f9f89af71cb3e533e54eabff34319 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Fri, 27 Apr 2007 16:40:35 +0000 Subject: [PATCH] minor fix so that the correct pwd is stored in status when running windows remotely --- .../dstore/universal/miners/command/CommandMinerThread.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java b/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java index 1a5904e63c5..990a9fa131c 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java +++ b/rse/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java @@ -999,6 +999,7 @@ public class CommandMinerThread extends MinerThread _lastPrompt = object; _cwdStr = object.getSource(); + _status.setAttribute(DE.A_SOURCE, fileName); } } }