*** mythconverg_backup.pl	2013-02-16 16:05:10.893001450 -0500
--- mythconverg_backup_new.pl	2013-02-16 16:07:18.886459959 -0500
***************
*** 1067,1073 ****
          my $command = shift;
          my $allow_untaint = 0;
      # Only allow directories from @d_allowed_paths that exist in the PATH
!         if (!defined(@allowed_paths))
          {
              foreach my $path (split(/:/, $old_env_path))
              {
--- 1067,1073 ----
          my $command = shift;
          my $allow_untaint = 0;
      # Only allow directories from @d_allowed_paths that exist in the PATH
!         unless(@allowed_paths)
          {
              foreach my $path (split(/:/, $old_env_path))
              {
