remove debugging from perl 5.16

This commit is contained in:
Jude Taylor 2015-11-14 14:14:18 -08:00
parent 131e831cb9
commit 4a64687737
1 changed files with 0 additions and 2 deletions

View File

@ -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