mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
apply-patches.sh: patch pattern was expanded prematurely
The patch pattern was expanded before being into the patch directory so the expansion can add incorrect files. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e530970c28
commit
7c717bbfff
@ -87,7 +87,7 @@ function scan_patchdir {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
scan_patchdir $patchdir $patchpattern
|
scan_patchdir "$patchdir" "$patchpattern"
|
||||||
|
|
||||||
# Check for rejects...
|
# Check for rejects...
|
||||||
if [ "`find $builddir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ] ; then
|
if [ "`find $builddir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ] ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user