diff --git a/src/SPC/builder/linux/SystemUtil.php b/src/SPC/builder/linux/SystemUtil.php index 41095e22..018a22c5 100644 --- a/src/SPC/builder/linux/SystemUtil.php +++ b/src/SPC/builder/linux/SystemUtil.php @@ -255,7 +255,7 @@ class SystemUtil } } if ($located) { - $found[] = escapeshellarg($located); + $found[] = $located; } }