summaryrefslogtreecommitdiff
path: root/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
commit066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (patch)
tree3cb05783d73b2c33589ba305144a31c718e123cd /www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
parent16449a80e28af2209916cc66d19c9a44ca2b90d9 (diff)
gentoo resync : 03.03.2019
Diffstat (limited to 'www-misc/profile-sync-daemon/files/bad-substitution-fix.patch')
-rw-r--r--www-misc/profile-sync-daemon/files/bad-substitution-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
deleted file mode 100644
index 7551b08157a6..000000000000
--- a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/common/profile-sync-daemon.in 2015-07-29 16:57:24.000000000 -0400
-+++ b/common/profile-sync-daemon.in 2017-07-25 21:35:59.209639588 -0400
-@@ -581,7 +581,7 @@
- # check that the LAST DIRECTORY in the full path is unique
- unique_count=$(echo ${DIRArr[@]##*/} |
- sed 's/ /\n/g' | sort -u | wc -l)
-- if [[ ${#DIRArr[@]##*/} -eq $unique_count ]]; then
-+ if [[ ${#DIRArr[@]} -eq $unique_count ]]; then
- # no problems so do nothing
- return
- else