forked from mirrors/nixpkgs
Merge pull request #172588 from res0Nanz/patch-1
wolfram-engine: fix quotes in installation script
This commit is contained in:
commit
3d4109f3a4
|
@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
|
|||
# Fix the installation script
|
||||
patchShebangs MathInstaller
|
||||
substituteInPlace MathInstaller \
|
||||
--replace "`hostname`" "" \
|
||||
--replace '`hostname`' "" \
|
||||
--replace "chgrp" "# chgrp" \
|
||||
--replace "chown" ": # chown"
|
||||
|
||||
|
|
Loading…
Reference in a new issue