remove debugging from perl 5.16
This commit is contained in:
parent
131e831cb9
commit
4a64687737
|
@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
|
|||
pwd="$(type -P pwd)"
|
||||
substituteInPlace dist/Cwd/Cwd.pm \
|
||||
--replace "pwd_cmd = 'pwd'" "pwd_cmd = '$pwd'"
|
||||
grep -R /bin/pwd .
|
||||
exit 1
|
||||
'';
|
||||
|
||||
# Build a thread-safe Perl with a dynamic libperls.o. We need the
|
||||
|
|
Loading…
Reference in New Issue