diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-11-27 13:28:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-11-27 13:28:28 +0000 |
commit | 9b9202c54f5199c64cf419d788111abf7228cfc8 (patch) | |
tree | d1045a9a73208f6958e34627edc219e0361aa620 | |
parent | d7f12f12f90f155b5c3a73d1792633b85e095415 (diff) | |
download | rpmdrake-9b9202c54f5199c64cf419d788111abf7228cfc8.tar rpmdrake-9b9202c54f5199c64cf419d788111abf7228cfc8.tar.gz rpmdrake-9b9202c54f5199c64cf419d788111abf7228cfc8.tar.bz2 rpmdrake-9b9202c54f5199c64cf419d788111abf7228cfc8.tar.xz rpmdrake-9b9202c54f5199c64cf419d788111abf7228cfc8.zip |
let rpmdrake do its own ARG parsing
-rwxr-xr-x | rpmdrake | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ use common; use POSIX qw(_exit); use URPM; use utf8; +BEGIN { $::no_global_argv_parsing = 1 }; use standalone; BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk |