File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cd2effe0225c6174880716d949c6afe7cb251577
2
+ refs/heads/master: 7ba0dce013b8c61dce46ba7cdbce4648c3e51259
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -349,12 +349,15 @@ then
349
349
fi
350
350
fi
351
351
352
- if [ ! -z " $CFG_ENABLE_LOCAL_RUST " -a ! -f ${CFG_LOCAL_RUST_ROOT} /bin/rustc ]
352
+ if [ ! -z " $CFG_ENABLE_LOCAL_RUST " ]
353
353
then
354
- err " no local rust to use"
355
- else
356
- LRV=` ${CFG_LOCAL_RUST_ROOT} /bin/rustc --version`
357
- step_msg " using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: " $LRV
354
+ if [ ! -f ${CFG_LOCAL_RUST_ROOT} /bin/rustc ]
355
+ then
356
+ err " no local rust to use"
357
+ else
358
+ LRV=` ${CFG_LOCAL_RUST_ROOT} /bin/rustc --version`
359
+ step_msg " using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: " $LRV
360
+ fi
358
361
fi
359
362
360
363
if [ -z " $CFG_ENABLE_CLANG " -a -z " $CFG_GCC " ]
You can’t perform that action at this time.
0 commit comments