We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec2fb1 commit f1fdab4Copy full SHA for f1fdab4
scripts/fetch.sh
@@ -84,9 +84,9 @@ if [ ! -d "$JDKDIR" ]; then
84
85
# apply the EV3-specific patches
86
echo "[FETCH] Patching the source tree"
87
- patch -p1 -i "$SCRIPTDIR/$PATCHVER.patch"
+ patch -p1 -i "$SCRIPTDIR/${PATCHVER}.patch"
88
# debian library path
89
- patch -p1 -i "$SCRIPTDIR/$PATCHVER_lib.patch"
+ patch -p1 -i "$SCRIPTDIR/${PATCHVER}_lib.patch"
90
91
else
92
echo "[FETCH] Directory for JDK repository exists, assuming everything has been done already." 2>&1
0 commit comments