summaryrefslogtreecommitdiff
path: root/textproc/p5-Senna/files/patch-prompt.pl
blob: e21ee9109e59d1bb08db3c19db980fd269980b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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] ";
 
-$tmp = <STDIN>;
+$tmp = $interactive ? <STDIN> : "yes";
 chomp $tmp;
 if ($tmp !~ /^y(?:es)?$/) {
     exit 1;