mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-10 17:21:46 +00:00
- Allow comments
- Add patch separator
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
############################################################
|
||||
# <bsn.cl fy=2015 v=onl>
|
||||
#
|
||||
@@ -34,7 +34,10 @@ if [ -f "${PATCH_SERIES}" ]; then
|
||||
# The series file contains the patch order.
|
||||
#
|
||||
for p in `cat ${PATCH_SERIES}`; do
|
||||
echo "Appying ${p}..."
|
||||
if [[ $p = \#* ]]; then
|
||||
continue;
|
||||
fi
|
||||
echo "*** Appying ${p}..."
|
||||
if [ -x "${PATCHDIR}/${p}" ]; then
|
||||
"${PATCHDIR}/${p}" "${KERNDIR}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user