Skip to content

Commit 8752c32

Browse files
Update pkgs/build-support/setup-hooks/move-docs.sh: remove quote in conditional
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
1 parent cf5882f commit 8752c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/build-support/setup-hooks/move-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ preFixupHooks+=(_moveToShare)
66

77
_moveToShare() {
88
forceShare=${forceShare:=man doc info}
9-
if [[ -z "$forceShare" || -z "$out" ]]; then return; fi
9+
if [[ -z $forceShare || -z $out ]]; then return; fi
1010

1111
for d in $forceShare; do
1212
if [ -d "$out/$d" ]; then

0 commit comments

Comments
 (0)