Skip to content

Commit adad1df

Browse files
authored
Update start.sh
1 parent 70e404e commit adad1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "$DL_ON_START" == "true" ]; then
5959
GCC_V=$(gcc -v 2>&1 | grep -oP "(?<=gcc version )[^ ]+")
6060
PRECOMP_GCC_V=$(grep "CONFIG_CC_VERSION_TEXT" ${DATA_DIR}/linux-${UNAME}/.config | grep -oP '\d+\.\d+(\.\d+)?')
6161
if [ "${PRECOMP_GCC_V}" != "${GCC_V}" ]; then
62-
echo "WARNING: gcc version from precompiled Kernel version (v${PRECOMP_GCC_V}) does not match the gcc version from the container (v${GCC_V})."
62+
echo "WARNING: gcc version from precompiled Kernel version v${PRECOMP_GCC_V} does not match the gcc version from the container v${GCC_V}."
6363
fi
6464
6565
cd ${DATA_DIR}/linux-${UNAME}

0 commit comments

Comments
 (0)