summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-17 17:59:44 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-17 17:59:44 +0000
commit09360f7683ce519adc800b1e348df98d97b53a51 (patch)
tree2e24c9251e3deb6e68a0cfa6256e7ca591ed7a79
parentddfe0b7cf9747c7f285f1e875012cb860898c59d (diff)
downloadurpmi-09360f7683ce519adc800b1e348df98d97b53a51.tar
urpmi-09360f7683ce519adc800b1e348df98d97b53a51.tar.gz
urpmi-09360f7683ce519adc800b1e348df98d97b53a51.tar.bz2
urpmi-09360f7683ce519adc800b1e348df98d97b53a51.tar.xz
urpmi-09360f7683ce519adc800b1e348df98d97b53a51.zip
Fix a stupid typo that prevented urpmi --skip to work. /me sux
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 4d2e8d84..c0d3ddb2 100755
--- a/urpmi
+++ b/urpmi
@@ -272,7 +272,7 @@ $urpm->configure(nocheck_access => $env || $< != 0,
sortmedia => $sortmedia,
synthesis => $synthesis,
update => $update,
- skip => $urpm::options::{skip},
+ skip => $urpm::args::options{skip},
root => $root,
bug => $bug,
parallel => $parallel,