We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362d4c7 commit a9ac9daCopy full SHA for a9ac9da
deps/openssl/config/generate_gypi.pl
@@ -172,6 +172,6 @@
172
close(CLGYPI);
173
174
# Clean Up
175
-my $cmd2 ="cd $src_dir; make -f $makefile clean; make -f $makefile distclean;" .
176
- "git clean -f $src_dir/crypto";
+my $cmd2 ="cd $src_dir; make -f $makefile clean; make -f $makefile distclean; " .
+ "git clean -f crypto";
177
system($cmd2) == 0 or die "Error in system($cmd2)";
0 commit comments