fix: compatible with gcc 11

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-10-17 14:37:03 +08:00
committed by Comix
parent fc5184bab4
commit 5597ba5c44
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
{
"Exec": "/usr/bin/echo",
"Exec": "/usr/bin/stat",
"Args": [
"for test"
]