Community
Participate
Working Groups
* David McKnight (IBM) [318372] [dstore][shells] "export" shell command invalid for certain shells
* David McKnight (IBM) [323262] [dstore] zos shell does not display [ ] brackets properly
* David McKnight (IBM) [339741] [dstore][shells] consecutive prompt line is ignored
* Noriaki Takatsu (IBM) [369767] [multithread][dstore] Invalid Default directory in shell Launch
*******************************************************************************/
package org.eclipse.rse.internal.dstore.universal.miners.command;
String userHome = null;
Client client = _dataStore.getClient();
if (client != null && !theOS.equals("z/OS")){ //$NON-NLS-1$
if (client != null && theOS.equals("z/OS")){ //$NON-NLS-1$
String clientActualUserId = client.getProperty("user.name");//$NON-NLS-1$
String clientActualUserId = client.getProperty("client.username");//$NON-NLS-1$
String clientUserId = client.getUserid();
userHome = client.getProperty("user.home");//$NON-NLS-1$