diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-29 22:29:52 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-29 22:29:52 +0000 |
commit | e783c59d460146bfdb0d0d8f0ea3994ecdef3c05 (patch) | |
tree | 979955219cdb47e8ab6eaf15795467694f9ed316 /system/apk-tools/dash.patch | |
parent | 2bdcd9fb0c71520072d4da99f49149630bd2f1fa (diff) | |
download | packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.gz packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.bz2 packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.tar.xz packages-e783c59d460146bfdb0d0d8f0ea3994ecdef3c05.zip |
system/apk-tools: Update to 2.10.5
Diffstat (limited to 'system/apk-tools/dash.patch')
-rw-r--r-- | system/apk-tools/dash.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/apk-tools/dash.patch b/system/apk-tools/dash.patch index 811427d3c..5847d87df 100644 --- a/system/apk-tools/dash.patch +++ b/system/apk-tools/dash.patch @@ -1,6 +1,6 @@ --- apk-tools-2.10.4/test/solver.sh +++ apk-tools-2.10.4/test/solver.sh -@@ -11,9 +11,9 @@ TEST_TO_RUN="$@" +@@ -10,9 +10,9 @@ TEST_TO_RUN="$@" fail=0 pass=0 for test in ${TEST_TO_RUN:-*.test}; do |