Changes in tools/build-ccheck.sh [8a55346:40c0483] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build-ccheck.sh
r8a55346 r40c0483 1 1 #!/bin/sh 2 2 # 3 # Copyright (c) 20 23Jiri Svoboda3 # Copyright (c) 2019 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 29 29 30 30 SYCEK_GIT="https://github.com/jxsvoboda/sycek" 31 SYCEK_REV=" e606f73fd875b5d9ff48261b23f69552a893f5d4"31 SYCEK_REV="4dc1760741efdd84506478ab6effd68812b4726a" 32 32 33 33 if [ ! -d sycek ]; then
Note:
See TracChangeset
for help on using the changeset viewer.