1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-03 05:44:17 +00:00

Fix script format

This commit is contained in:
niusmallnan
2018-11-08 16:10:23 +08:00
parent b5b5441ded
commit 12d4f9ee95
6 changed files with 35 additions and 35 deletions

View File

@@ -28,8 +28,8 @@ pushd .
cd ${DIR}
echo "are there patches in ${PATCHES}"
for p in ${PATCHES}/*.patch; do
echo "patching $p"
patch -p1 -i $p
echo "patching $p"
patch -p1 -i $p
done
popd