Term::Readline patch for AmigaOS
Chip Salzenberg [Sat, 22 Mar 1997 03:34:25 +0000 (15:34 +1200)]
(this is the same change as commit c6f23515cbc613899d8b79910cc2429dea847fde, but as applied)

lib/Term/ReadLine.pm

index 0c88a76..7b735eb 100644 (file)
@@ -152,7 +152,10 @@ sub findConsole {
        $console = "sys\$command";
     }
 
-    if (defined $ENV{'OS2_SHELL'}) { # In OS/2
+    if ($^O eq 'amigaos') {
+       $console = undef;
+    }
+    elsif ($^O eq 'os2') {
       if ($DB::emacs) {
        $console = undef;
       } else {