Merge pull request #110670 from siraben/double-quotes-fix

treewide: fix double quoted strings in one-liners
This commit is contained in:
Sandro
2021-01-24 16:17:14 +01:00
committed by GitHub
563 changed files with 1884 additions and 1911 deletions
@@ -13,9 +13,9 @@ stdenv.mkDerivation rec {
buildInputs = [ lua5_3 python ];
buildPhase = ''${stdenv.shell} make_unix.sh'';
buildPhase = "${stdenv.shell} make_unix.sh";
checkPhase = ''${python.interpreter} scripts/test.py'';
checkPhase = "${python.interpreter} scripts/test.py";
installPhase = ''
mkdir -p "$out/share/bam"