diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 13:32:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-18 13:32:01 (EDT) |
commit | 85ecc9d6a2348f8002da7ff2ceb35d46995e0983 (patch) | |
tree | 69424259a73c0651a17dc2e30f2f679290cbfbf2 /src | |
parent | d5b591e5471c3108d4c71dc9ff82e8ef06fa4d06 (diff) |
ob-unpacksource: Fix quotes in here-document
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-unpacksource.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh index ed82071..aa96f93 100644 --- a/src/ob-unpacksource.sh +++ b/src/ob-unpacksource.sh @@ -95,7 +95,7 @@ get_upstream_dir() upstream_ar_dir="$(tar "-t${upstream_ar_z}f" "${upstream_ar}" | \ sed -n 's|^\(\./\)\{0,1\}\([^/]\{1,\}\).*$|\2|p' | sort | uniq)" dir_count="$(wc -l <<-EOF - "${upstream_ar_dir}" + ${upstream_ar_dir} EOF )" case "${dir_count}" in |