Skip to content

Commit 75d2911

Browse files
committed
Set EPICS_BASE for 'exec' user commands
(fixes #66)
1 parent 3a1d049 commit 75d2911

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ def doExec(args):
11141114
'exec user command with vcvars'
11151115
setup_for_build(args)
11161116
os.environ['MAKE'] = 'make'
1117+
os.environ['EPICS_BASE'] = places['EPICS_BASE']
11171118
fold_start('exec.command', 'Execute command {}'.format(args.cmd))
11181119
sp.check_call(' '.join(args.cmd), shell=True)
11191120
fold_end('exec.command', 'Execute command {}'.format(args.cmd))

0 commit comments

Comments
 (0)