summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-04 08:27:14 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-06-04 08:27:14 +0100
commit4a60d018da7ec108d5722470c473914f21b23137 (patch)
tree42d667393c4337bb42a900d7b4126496ca7679b7
parent7830a4e44de6b263a7d0aa332919d7c2544e580a (diff)
downloaddefinitions-4a60d018da7ec108d5722470c473914f21b23137.tar.gz
Force to build from the script
-rwxr-xr-xscripts/bst-build-or-show10
1 files 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