shellcheck: prevent globbing and word splitting in package shell scripts
This commit is contained in:
parent
c3b97e6728
commit
acd341426a
7 changed files with 22 additions and 22 deletions
|
|
@ -34,8 +34,8 @@ let
|
|||
};
|
||||
|
||||
src = runCommand "src" {} ''
|
||||
cp --no-preserve=mode -r ${origSrc} $out
|
||||
cd $out
|
||||
cp --no-preserve=mode -r '${origSrc}' "$out"
|
||||
cd "$out"
|
||||
patch -p1 < ${./release.nix.patch}
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue