mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-06 05:08:19 +00:00
Improve output.
This commit is contained in:
@@ -37,11 +37,13 @@ if [ -f "${PATCH_SERIES}" ]; then
|
|||||||
if [[ $p = \#* ]]; then
|
if [[ $p = \#* ]]; then
|
||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
echo "*** Applying ${p}..."
|
if [ -f "${PATCHDIR}/${p}" ]; then
|
||||||
if [ -x "${PATCHDIR}/${p}" ]; then
|
echo "Applying: ${p}"
|
||||||
"${PATCHDIR}/${p}" "${KERNDIR}"
|
if [ -x "${PATCHDIR}/${p}" ]; then
|
||||||
else
|
"${PATCHDIR}/${p}" "${KERNDIR}"
|
||||||
patch --batch -p 1 -d ${KERNDIR} < "${PATCHDIR}/${p}"
|
else
|
||||||
|
patch --batch -p 1 -d ${KERNDIR} < "${PATCHDIR}/${p}"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user