Skip to content

Commit 625bfd1

Browse files
committed
don't escape
1 parent b142610 commit 625bfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/linux/SystemUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public static function getExtraRuntimeObjects(): string
255255
}
256256
}
257257
if ($located) {
258-
$found[] = escapeshellarg($located);
258+
$found[] = $located;
259259
}
260260
}
261261

0 commit comments

Comments
 (0)