summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-06-28 08:38:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-06-28 08:38:07 +0000
commitc72ae1c2a0aa6701521129756ef80ca83376e662 (patch)
tree733bfbb7cda68094542fc10f2bd5a8d58f781fb6 /urpme
parentd24a8a1eee7871021fbca58579ac183fd978e299 (diff)
downloadurpmi-c72ae1c2a0aa6701521129756ef80ca83376e662.tar
urpmi-c72ae1c2a0aa6701521129756ef80ca83376e662.tar.gz
urpmi-c72ae1c2a0aa6701521129756ef80ca83376e662.tar.bz2
urpmi-c72ae1c2a0aa6701521129756ef80ca83376e662.tar.xz
urpmi-c72ae1c2a0aa6701521129756ef80ca83376e662.zip
One steps towards -T compliance
Diffstat (limited to 'urpme')
-rw-r--r--urpme4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpme b/urpme
index 472f3302..991bb712 100644
--- a/urpme
+++ b/urpme
@@ -19,12 +19,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#We only make good software ;-)
use strict;
use urpm;
use urpm::args;
use urpm::msg;
+$ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin";
+delete @ENV{qw(ENV BASH_ENV IFS CDPATH)};
+
our ($root, $test, $parallel, $auto, $matches, $verbose, $maymatch, $usedistrib, $force, @l);
my $askok = N("Is this OK?");
# Translator: Add here the keys which might be pressed in the "No"-case.