Skip to content

Commit

Permalink
prefix command invocation with scram unsetenv. For #14
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte committed Jun 12, 2014
1 parent 405893f commit f7e8b5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,8 @@ def initializeGsissh(self,obj):
raise SchedulerError('Fatal','no copy command defined')
self.remoteUserHost = self.remoteUserHostCommand.split(':')[1]
else:
self.remoteCommand = 'gsissh'
self.remoteCopyCommand = 'gsiscp'
self.remoteCommand = 'eval `scram unsetenv -sh`; gsissh'
self.remoteCopyCommand = 'eval `scram unsetenv -sh`; gsiscp'
self.remoteUserHost = self.remoteUserHostCommand
self.remoteHost = self.remoteUserHostCommand.split('@')[-1]

Expand Down

0 comments on commit f7e8b5d

Please sign in to comment.