diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:55:57 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:55:57 +0200 |
| commit | 04f46bf180cf506ceadb76b5afacf9c02700cc65 (patch) | |
| tree | eee384915f80b8243ff807b239515d1c7525095c /scripts | |
| parent | 0b155e8df3205aebf129091b517f4116665a5adc (diff) | |
| download | krino-04f46bf180cf506ceadb76b5afacf9c02700cc65.tar.gz krino-04f46bf180cf506ceadb76b5afacf9c02700cc65.zip | |
build: VERSION checked for build and install, cross names without v, dependency gate covers tests and BSDs, tarball install, examples and extractor list tested
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deps b/scripts/deps index 06faaa2..bd7eff9 100755 --- a/scripts/deps +++ b/scripts/deps @@ -82,7 +82,7 @@ fi cmd=$(privileged $pkgcmd) -[ -n "$note" ] && echo "$note" +[ -n "$note" ] && echo "$note" >&2 if [ "$print_only" = 1 ]; then echo "$cmd" |
