shellcheck: prevent globbing and word splitting in package shell scripts
This commit is contained in:
@@ -39,8 +39,8 @@ let self = stdenvNoCC.mkDerivation {
|
||||
--exclude=/{screenshots,'*.Dockerfile'} \
|
||||
$dest
|
||||
|
||||
makeWrapper ${self.nodejsRuntime}/bin/node $out/bin/cl-rest \
|
||||
--add-flags $dest/cl-rest.js
|
||||
makeWrapper ${self.nodejsRuntime}/bin/node "$out/bin/cl-rest" \
|
||||
--add-flags "$dest/cl-rest.js"
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user