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