diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-30 11:05:41 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-30 11:05:41 +0000 |
commit | 5502e7014c338f42074d3159f2176b6f38c657fc (patch) | |
tree | a63ead129f9f1b5da4aa80cb4f41ac7ed0c0ecf0 | |
parent | bd091351b24bb5a5f406f4f428aa49a5bb82098d (diff) | |
download | rpmdrake-5502e7014c338f42074d3159f2176b6f38c657fc.tar rpmdrake-5502e7014c338f42074d3159f2176b6f38c657fc.tar.gz rpmdrake-5502e7014c338f42074d3159f2176b6f38c657fc.tar.bz2 rpmdrake-5502e7014c338f42074d3159f2176b6f38c657fc.tar.xz rpmdrake-5502e7014c338f42074d3159f2176b6f38c657fc.zip |
*** empty log message ***
-rwxr-xr-x | rpmdrake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ $collation_locale =~ /UTF-8/ or setlocale(LC_COLLATE, "$collation_locale.UTF-8") $MODE = 'install'; -$0 =~ m|remove$| and $MODE = 'remove'; -$0 =~ m|update$|i and $MODE = 'update'; +$0 =~ m|remove$| and $MODE = 'remove'; +$0 =~ m|update$|i and $MODE = 'update'; $MODE eq 'update' || "@ARGV" =~ /--root/ and require_root_capability(); |