Skip to content

Instantly share code, notes, and snippets.

@xaicron
Created March 9, 2010 16:09
Show Gist options
  • Save xaicron/326741 to your computer and use it in GitHub Desktop.
Save xaicron/326741 to your computer and use it in GitHub Desktop.
diff --git a/lib/App/cpanminus/script.pm b/lib/App/cpanminus/script.pm
index d5c07e0..50ecfef 100644
--- a/lib/App/cpanminus/script.pm
+++ b/lib/App/cpanminus/script.pm
@@ -471,6 +471,7 @@ sub run {
waitpid $pid, 0;
return !$?;
} else {
+ exec 'dir';
close STDIN unless $self->{verbose};
$self->run_exec($cmd);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment