diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-17 17:59:44 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-17 17:59:44 +0000 |
commit | 09360f7683ce519adc800b1e348df98d97b53a51 (patch) | |
tree | 2e24c9251e3deb6e68a0cfa6256e7ca591ed7a79 | |
parent | ddfe0b7cf9747c7f285f1e875012cb860898c59d (diff) | |
download | urpmi-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-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |