We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1d049 commit 75d2911Copy full SHA for 75d2911
1 file changed
cue.py
@@ -1114,6 +1114,7 @@ def doExec(args):
1114
'exec user command with vcvars'
1115
setup_for_build(args)
1116
os.environ['MAKE'] = 'make'
1117
+ os.environ['EPICS_BASE'] = places['EPICS_BASE']
1118
fold_start('exec.command', 'Execute command {}'.format(args.cmd))
1119
sp.check_call(' '.join(args.cmd), shell=True)
1120
fold_end('exec.command', 'Execute command {}'.format(args.cmd))
0 commit comments