Skip to content

Commit 530c666

Browse files
committed
add apply patch
1 parent ff9b5a2 commit 530c666

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

download.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ git clone --depth=1 https://github.com/RTEMS/rtems.git rtems/rtems
55
git clone --depth=1 https://github.com/RTEMS/rtems-tools.git rtems/tools
66
git clone --recurse-submodules --shallow-submodules https://github.com/RTEMS/rtems-libbsd.git rtems/libbsd
77
git clone --recurse-submodules --shallow-submodules https://github.com/RTEMS/rtems-examples.git rtems/examples
8+
9+
pushd rtems/examples >> /dev/null | exit
10+
git apply ../../patch/examples.patch
11+
popd >> /dev/null | exit

0 commit comments

Comments
 (0)