aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-06 15:14:51 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-06 15:14:51 +0200
commita5c9b857a346343443baf49679eebf12c18b4008 (patch)
tree4d6a04581369d8d9950db984a1f808769553cb42
parentd9cbff9e9efbd6a84211ed001c3d0ea8b6fd3057 (diff)
downloadnissy-core-a5c9b857a346343443baf49679eebf12c18b4008.tar.gz
nissy-core-a5c9b857a346343443baf49679eebf12c18b4008.zip
Fixed running tools with args
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 9700d4a..310bd28 100755
--- a/build
+++ b/build
@@ -428,7 +428,7 @@ build_tool() {
428 fi 428 fi
429 429
430 build_nissy || exit 1 430 build_nissy || exit 1
431 run_single_tool 431 run_single_tool $@
432} 432}
433 433
434build_solvetest() { 434build_solvetest() {

Generated with cgit - Back to sebastiano.tronto.net