summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-13 03:39:55 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-13 03:39:55 (EST)
commit3fa116392979a705a544fb255a708022d2651372 (patch)
treed60fba65ed924120cccef2e89e59dbcd4da63e03 /src
parent5a884603689f2de8843a3fcecfad6944e26bb2f4 (diff)
cmd/build: List installed pkgs only if logging
Diffstat (limited to 'src')
-rw-r--r--src/cmd/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/build.sh b/src/cmd/build.sh
index 466e650..0b2c519 100644
--- a/src/cmd/build.sh
+++ b/src/cmd/build.sh
@@ -155,7 +155,7 @@ _cmd_build_build()
fi
${log} && _cmd_build_header '-' 'Installed Packages'
- session_exec opkg list-installed || es=${?}
+ ${log} && session_exec opkg list-installed || es=${?}
${log} && _cmd_build_header '-' 'Build'
if [ ${es} -eq 0 ]; then