wolfram-engine: fix quotes in installation script
This commit is contained in:
parent
9bf942b8c6
commit
e98f71d477
@ -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 New Issue
Block a user