]> git.ipfire.org Git - ipfire-2.x.git/commit
general-functions.pl: Explicitely call new system function
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jun 2021 15:12:53 +0000 (15:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jun 2021 15:12:53 +0000 (15:12 +0000)
commit2a52353f3c4ac7d6be2e4b0e47678fcc3810891c
tree2200d6981387bf5a3be4c9e3f48b341f70c20016
parentf1fc2193a73dc3c647a3c95ad1c593005da12ff1
general-functions.pl: Explicitely call new system function

Perl seems to just "guess" that someone no longer wants to use the
builtin "system" command when there is a function with the same name.

I have no idea what kind of liquid they are drinking, but because of the
side effects of that stuff, we explicitely call our system() function.

Not that that would be necessary, but why not waste a couple more CPU
cycles?

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/cfgroot/general-functions.pl