--- nfo/perl/libs/shortcuts.pm 2003/07/02 11:17:32 1.17 +++ nfo/perl/libs/shortcuts.pm 2003/12/05 04:58:04 1.18 @@ -1,7 +1,10 @@ ## --------------------------------------------------------------------------- -## $Id: shortcuts.pm,v 1.17 2003/07/02 11:17:32 jonen Exp $ +## $Id: shortcuts.pm,v 1.18 2003/12/05 04:58:04 joko Exp $ ## --------------------------------------------------------------------------- ## $Log: shortcuts.pm,v $ +## Revision 1.18 2003/12/05 04:58:04 joko +## + minor update: doesn't require IPC::Session anymore +## ## Revision 1.17 2003/07/02 11:17:32 jonen ## minor changes ## @@ -84,7 +87,7 @@ use Carp; # NEW - 2003-06-23 for Linux (what about *BSD?) -use IPC::Session; +#use IPC::Session; use File::Spec; use Proc::Background; @@ -337,6 +340,7 @@ } else { print STDOUT "run_cmd: system('$cmd').", "\n"; + #print $ENV{PERL5LIB}, "\n"; system($cmd); }