Update actions.command

Part of alire-project/alire#255
This commit is contained in:
Fabien Chouteau
2019-12-04 17:16:42 +01:00
parent dcdb42097f
commit 3ac5f37084
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -20,11 +20,11 @@ project-files = ["distrib/xmlada.gpr",
[[general.actions]]
type = "post-fetch"
command = "sh configure"
command = ["sh", "configure"]
[[general.actions]] # Is ordering preserved by TOML load?
type = "post-fetch"
command = "rm -f xmlada.gpr"
command = ["rm", "-f", "xmlada.gpr"]
[general.available.'case(os)']
windows = false