diff --git a/pkgs/build-support/setup-hooks/move-docs.sh b/pkgs/build-support/setup-hooks/move-docs.sh index 379882ec767c..e4bfc13fc491 100644 --- a/pkgs/build-support/setup-hooks/move-docs.sh +++ b/pkgs/build-support/setup-hooks/move-docs.sh @@ -14,8 +14,8 @@ _moveToShare() { echo "both $d/ and share/$d/ exist!" else echo "moving $out/$d to $out/share/$d" - mkdir -p $out/share - mv $out/$d $out/share/ + mkdir -p "$out/share" + mv "$out/$d" "$out/share/" fi fi done