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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user