diff options
Diffstat (limited to 'textproc/p5-Senna/files/patch-prompt.pl')
-rw-r--r-- | textproc/p5-Senna/files/patch-prompt.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Senna/files/patch-prompt.pl b/textproc/p5-Senna/files/patch-prompt.pl index e1e2f392ea0b..e21ee9109e59 100644 --- a/textproc/p5-Senna/files/patch-prompt.pl +++ b/textproc/p5-Senna/files/patch-prompt.pl @@ -1,11 +1,11 @@ ---- tools/prompt.pl.orig Wed Aug 30 14:26:45 2006 -+++ tools/prompt.pl Wed Aug 30 14:27:13 2006 -@@ -16,7 +16,7 @@ +--- tools/prompt.pl.orig Sat Mar 17 01:47:32 2007 ++++ tools/prompt.pl Tue May 1 20:41:18 2007 +@@ -17,7 +17,7 @@ "\n", "Proceed ? [n] "; --my $tmp = <STDIN>; -+my $tmp = $interactive ? <STDIN> : "yes"; +-$tmp = <STDIN>; ++$tmp = $interactive ? <STDIN> : "yes"; chomp $tmp; if ($tmp !~ /^y(?:es)?$/) { exit 1; |