Changeset 5e6b76d in mainline for tools/build-ccheck.sh


Ignore:
Timestamp:
2018-09-24T19:50:24Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef84413
Parents:
42da5ed
Message:

Fix nit in build-ccheck.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/build-ccheck.sh

    r42da5ed r5e6b76d  
    2828#
    2929
    30 SYCEK_GIT="https://github.com/jxsvoboda/sycek sycek"
     30SYCEK_GIT="https://github.com/jxsvoboda/sycek"
    3131SYCEK_REV="42fe0d77819f0ec05f17e40ea54c7b62073c8e97"
    3232
    3333if [ ! -d sycek ]; then
    34         git clone https://github.com/jxsvoboda/sycek sycek
     34        git clone "$SYCEK_GIT" sycek
    3535fi
    3636
Note: See TracChangeset for help on using the changeset viewer.