treewide: remove redundant quotes
This commit is contained in:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
patchShebangs ./hack
|
||||
'';
|
||||
|
||||
WHAT="${concatStringsSep " " components}";
|
||||
WHAT=concatStringsSep " " components;
|
||||
|
||||
postBuild = ''
|
||||
./hack/update-generated-docs.sh
|
||||
|
||||
Reference in New Issue
Block a user