summaryrefslogtreecommitdiff
path: root/example/ivyprobe.pl
diff options
context:
space:
mode:
Diffstat (limited to 'example/ivyprobe.pl')
-rwxr-xr-xexample/ivyprobe.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ivyprobe.pl b/example/ivyprobe.pl
index d920f24..b229fd6 100755
--- a/example/ivyprobe.pl
+++ b/example/ivyprobe.pl
@@ -43,6 +43,7 @@ my %connected_applications;
my %where_applications;
&check_options;
+$noReadLineMode = 1 unless -t;
if (defined $classes) {
@classes =split(/:/, $classes);