Get rid of a leading ampersand.
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 8 Oct 2012 17:59:00 +0000 (19:59 +0200)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 Nov 2012 14:18:38 +0000 (09:18 -0500)
lib/perl5db.pl

index f69f8f6..4b27c59 100644 (file)
@@ -2923,7 +2923,7 @@ Uses C<DB::system> to invoke a shell.
 
                     # Run the user's shell. If none defined, run Bourne.
                     # We resume execution when the shell terminates.
-                    &system( $ENV{SHELL} || "/bin/sh" );
+                    DB::system( $ENV{SHELL} || "/bin/sh" );
                     next CMD;
                 }