shellcheck: prevent globbing and word splitting in package shell scripts
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
checkInputs = [ mock pytest ];
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
USE_TWISTED=true py.test $out
|
||||
USE_TWISTED=true py.test "$out"
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user