diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-24 17:51:06 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-10-24 19:00:09 -0500 |
commit | 7b542319e8ae0396365068e711c073f87bd661c1 (patch) | |
tree | dfa4cdbf6765749d883c21e183a084e0595d8df4 /system/findutils/xargs-test-hashbang.patch | |
parent | 7430b52ee7e743a225f3ccb7b4326bb84c2f9c87 (diff) | |
download | packages-7b542319e8ae0396365068e711c073f87bd661c1.tar.gz packages-7b542319e8ae0396365068e711c073f87bd661c1.tar.bz2 packages-7b542319e8ae0396365068e711c073f87bd661c1.tar.xz packages-7b542319e8ae0396365068e711c073f87bd661c1.zip |
system/findutils: Update to 4.8.0
Diffstat (limited to 'system/findutils/xargs-test-hashbang.patch')
-rw-r--r-- | system/findutils/xargs-test-hashbang.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/findutils/xargs-test-hashbang.patch b/system/findutils/xargs-test-hashbang.patch new file mode 100644 index 000000000..53b3f34a0 --- /dev/null +++ b/system/findutils/xargs-test-hashbang.patch @@ -0,0 +1,11 @@ +This test fails when using dash as /bin/sh. + +This workaround is also being used by Guix. +--- findutils-4.8.0/tests/xargs/verbose-quote.sh.old 2021-01-01 18:46:51.000000000 -0600 ++++ findutils-4.8.0/tests/xargs/verbose-quote.sh 2021-09-11 01:01:01.090000000 -0500 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + # Verify that 'xargs -t' quotes the command properly when needed. + + # Copyright (C) 2019-2021 Free Software Foundation, Inc. |