diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-14 12:58:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-14 12:58:40 +0000 |
commit | 7e34dca4837abbcd46665c859d378391f0f437bb (patch) | |
tree | 357636d4c6d3c944303cc5f00872dcd26efb589c /perl-install/commands.pm | |
parent | 44e8399e0fcfe979f36bdbf32e57740080413360 (diff) | |
download | drakx-7e34dca4837abbcd46665c859d378391f0f437bb.tar drakx-7e34dca4837abbcd46665c859d378391f0f437bb.tar.gz drakx-7e34dca4837abbcd46665c859d378391f0f437bb.tar.bz2 drakx-7e34dca4837abbcd46665c859d378391f0f437bb.tar.xz drakx-7e34dca4837abbcd46665c859d378391f0f437bb.zip |
no_comment
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 20f2466af..f23caef0d 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -5,7 +5,7 @@ #- swapoff, ls, cp, ps, dd, head, tail, strings, hexdump, more, insmod, #- modprobe, route, df, kill, lspci, lssbus, dmesg, sort, du, #-######################################################################## -package commands; +package commands; # $Id$ use diagnostics; use strict; |