We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bce41 commit 40294c3Copy full SHA for 40294c3
lib/GLPI/Agent/Task/Deploy/ActionProcessor/Action/Cmd.pm
@@ -10,6 +10,8 @@ use UNIVERSAL::require;
10
11
use English qw(-no_match_vars);
12
13
+use GLPI::Agent::Tools;
14
+
15
sub _evaluateRet {
16
my ($retChecks, $buf, $exitStatus) = @_;
17
0 commit comments