From 4a60d018da7ec108d5722470c473914f21b23137 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 4 Jun 2018 08:27:14 +0100 Subject: Force to build from the script --- scripts/bst-build-or-show | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/bst-build-or-show b/scripts/bst-build-or-show index eac56a9f..53ebf61a 100755 --- a/scripts/bst-build-or-show +++ b/scripts/bst-build-or-show @@ -9,8 +9,8 @@ set -eu bst_target="$1" -if [ "$(bst show $bst_target --deps none --format '%{state}')" == 'downloadable' ]; then - bst --colors show $bst_target -else - bst --colors build $bst_target -fi +#if [ "$(bst show $bst_target --deps none --format '%{state}')" == 'downloadable' ]; then +# bst --colors show $bst_target +#else +bst --colors build $bst_target +#fi -- cgit v1.2.1