diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-06 15:14:51 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-06 15:14:51 +0200 |
| commit | a5c9b857a346343443baf49679eebf12c18b4008 (patch) | |
| tree | 4d6a04581369d8d9950db984a1f808769553cb42 /build | |
| parent | d9cbff9e9efbd6a84211ed001c3d0ea8b6fd3057 (diff) | |
| download | nissy-core-a5c9b857a346343443baf49679eebf12c18b4008.tar.gz nissy-core-a5c9b857a346343443baf49679eebf12c18b4008.zip | |
Fixed running tools with args
Diffstat (limited to '')
| -rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 434 | build_solvetest() { | 434 | build_solvetest() { |
