aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-28 20:39:28 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-28 20:39:28 +0000
commit8c48d5cd7bfeb7e78d991e6a288c3224222e86fd (patch)
tree29f70073bc39b38e6bf84ff6f1b9acc00ef27872 /rpmdrake.pm
parent9e3652439e022b5308f0ba6b18adfc966a0996fa (diff)
downloadrpmdrake-8c48d5cd7bfeb7e78d991e6a288c3224222e86fd.tar
rpmdrake-8c48d5cd7bfeb7e78d991e6a288c3224222e86fd.tar.gz
rpmdrake-8c48d5cd7bfeb7e78d991e6a288c3224222e86fd.tar.bz2
rpmdrake-8c48d5cd7bfeb7e78d991e6a288c3224222e86fd.tar.xz
rpmdrake-8c48d5cd7bfeb7e78d991e6a288c3224222e86fd.zip
add help support thx to drakhelp
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 186a99c9..bba569b1 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -163,6 +163,7 @@ sub wait_msg {
sub remove_wait_msg { $_[0]->destroy }
sub but { " $_[0] " }
+sub but_ { " $_[0] " }
sub slow_func($&) {
my ($param, $func) = @_;