File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3524,14 +3524,14 @@ then
3524
3524
for as_dir in $PATH
3525
3525
do
3526
3526
IFS=$as_save_IFS
3527
- if test -x $ as_dir /gcc; then
3527
+ if test -x " ${ as_dir} /gcc" ; then
3528
3528
if test -z " ${found_gcc} " ; then
3529
- found_gcc=$ as_dir /gcc
3529
+ found_gcc=" ${ as_dir} /gcc"
3530
3530
fi
3531
3531
fi
3532
- if test -x $ as_dir /clang; then
3532
+ if test -x " ${ as_dir} /clang" ; then
3533
3533
if test -z " ${found_clang} " ; then
3534
- found_clang=$ as_dir /clang
3534
+ found_clang=" ${ as_dir} /clang"
3535
3535
fi
3536
3536
fi
3537
3537
done
Original file line number Diff line number Diff line change @@ -621,14 +621,14 @@ then
621
621
for as_dir in $PATH
622
622
do
623
623
IFS=$as_save_IFS
624
- if test -x $ as_dir/gcc; then
624
+ if test -x "${ as_dir} /gcc" ; then
625
625
if test -z "${found_gcc}"; then
626
- found_gcc=$ as_dir/gcc
626
+ found_gcc="${ as_dir} /gcc"
627
627
fi
628
628
fi
629
- if test -x $ as_dir/clang; then
629
+ if test -x "${ as_dir} /clang" ; then
630
630
if test -z "${found_clang}"; then
631
- found_clang=$ as_dir/clang
631
+ found_clang="${ as_dir} /clang"
632
632
fi
633
633
fi
634
634
done
You can’t perform that action at this time.
0 commit comments