From c72ae1c2a0aa6701521129756ef80ca83376e662 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 28 Jun 2005 08:38:07 +0000 Subject: One steps towards -T compliance --- urpmi.update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'urpmi.update') diff --git a/urpmi.update b/urpmi.update index 1c52e5af..9504f08a 100755 --- a/urpmi.update +++ b/urpmi.update @@ -50,6 +50,9 @@ where is a medium name to update. exit 0; } +$ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; +delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; + our @toupdates; #- set by urpm::args my $urpm = new urpm; -- cgit v1.2.1