]> git.wh0rd.org - home.git/commitdiff
cros-board: use echo for commands it runs
authorMike Frysinger <vapier@gentoo.org>
Wed, 10 Oct 2018 22:00:08 +0000 (18:00 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 10 Oct 2018 22:00:08 +0000 (18:00 -0400)
.bin/cros-board

index 5162a4536cb3e6618c0619049981fb6326a2e9a0..e9ff570a99cff7e5f2a794a8ffaf40f0f02e3f7a 100755 (executable)
@@ -75,7 +75,7 @@ run() {
                piperet
                eend $? || exit $?
        else
-               einfo "$*"
+               echo "$*"
        fi
        set -e
 }
@@ -101,6 +101,7 @@ fi
 run ./build_packages \
        --board=${BOARD} \
        --nowithdebug \
+       --nowithrevdeps \
        --skip_chroot_upgrade \
        $(tfe ${ARG_AUTOTEST} --{,no}withautotest) \
        $(tfe ${ARG_FACTORY} --{,no}withfactory) \