From 8752c327377b581f203f85c6d31cd8fb0c0777ee Mon Sep 17 00:00:00 2001 From: Raphael Megzari Date: Wed, 30 Jun 2021 13:32:55 +0900 Subject: [PATCH] Update pkgs/build-support/setup-hooks/move-docs.sh: remove quote in conditional Co-authored-by: Sandro --- pkgs/build-support/setup-hooks/move-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/setup-hooks/move-docs.sh b/pkgs/build-support/setup-hooks/move-docs.sh index 9e1bc26cdf1..965c16be2f6 100644 --- a/pkgs/build-support/setup-hooks/move-docs.sh +++ b/pkgs/build-support/setup-hooks/move-docs.sh @@ -6,7 +6,7 @@ preFixupHooks+=(_moveToShare) _moveToShare() { forceShare=${forceShare:=man doc info} - if [[ -z "$forceShare" || -z "$out" ]]; then return; fi + if [[ -z $forceShare || -z $out ]]; then return; fi for d in $forceShare; do if [ -d "$out/$d" ]; then