summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apicheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/apicheck b/apicheck
index ead11f8..92088fc 100644
--- a/apicheck
+++ b/apicheck
@@ -67,7 +67,7 @@ generate_japi() {
file=${1}
shift
debug && echo japize as ${file} packages $(java-config -r | tr : " ") "${@}"
- japize as ${file} packages $(java-config -r | tr : " ") "${@}" || end 1
+ japize as ${file} packages $(java-config -r | tr : " " | xargs ls -1 2>/dev/null) "${@}" || end 1
}
listpackages() {