mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
fix quoting to a lot of patch calls
This commit is contained in:
@@ -47,7 +47,7 @@ java_prepare() {
|
||||
java-pkg_clean
|
||||
|
||||
# Apply patches.
|
||||
epatch ${PATCHES[@]}
|
||||
epatch "${PATCHES[@]}"
|
||||
|
||||
# Weed out comments (some contain UTF-8 chars javac cannnot deal with).
|
||||
sed -i -e '/*/d;' \
|
||||
|
||||
Reference in New Issue
Block a user