diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-12-28 22:19:12 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-28 22:19:12 +0100 |
| commit | 3ccaac488b77c2eb89a9db9ec025bfd2d14fa648 (patch) | |
| tree | 936cbac0e500264b7bc849e865c12b5b46257170 /phpBB/phpbb/search/sphinx/ssh:/git@git.mageia.org/software | |
| parent | 19b018ece07553db9109162d19fd2808cabf46c1 (diff) | |
| parent | 5f6fa321efd5ee3761be28a8d3e77d1901fd504f (diff) | |
| download | forums-3ccaac488b#!/usr/bin/perl use diagnostics; use strict; use lib qw(/usr/bin/perl-install .); use common; use commands; my $progname = basename($0); # hack as some functions are defined by perl... so chmod -> chmod_ &{$commands::{$progname} || $commands::{$progname . "_"} || \&err}(@ARGV), exit 0; sub err { die "$0: unknown program (unimplemented)\n" } | |
