Skip to content
Snippets Groups Projects
Commit dbcfc781 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

prepare.sh: print patched dir

parent a6f2075e
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ patch_target() {
if [ "$(find "$PWD"/gluon_patches/*.patch 2> /dev/null | wc -l)" -ge 1 ]; then
for patch in "$PWD"/gluon_patches/*.patch; do
patch --no-backup-if-mismatch -p0 -d "../" -i "$patch"
echo "patching $patch on $(../;pwd)"
done
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment