Révision a975706f
plugins: another round of defined(@array) fixing
| plugins/other/proc_ | ||
|---|---|---|
| 242 | 242 |
# Bail-function. |
| 243 | 243 |
sub usage |
| 244 | 244 |
{
|
| 245 |
if (defined(@_) && "@_" ne "") {
|
|
| 245 |
if (@_ && "@_" ne "") {
|
|
| 246 | 246 |
print STDERR "@_" . "\n\n"; |
| 247 | 247 |
} |
| 248 | 248 |
print STDERR "Known arguments: suggest, config, autoconf.\n"; |
Formats disponibles : Unified diff