summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-03-06 16:54:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-03-06 16:54:19 +0200
commit460ae30eb481f04a78475f809233a612bf7131e9 (patch)
tree0221333c5614059ffb045cdaed2f69ef35227c3d
parente529893991b79eb1d1f72fd646d8628f4c8aae2d (diff)
Fix bug in upgrade script
-rwxr-xr-xupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade b/upgrade
index e2b0456..26d9fa2 100755
--- a/upgrade
+++ b/upgrade
@@ -116,7 +116,7 @@ rm -rf /tmp/build2-install
# Step 2.
#
bpkg fetch -d "$pcfg"
-BDEP_SYNC=0 bpkg build -d "$pcfg" --keep-out -ur "$configure_only"
+BDEP_SYNC=0 bpkg build -d "$pcfg" --keep-out -ur $configure_only
if [ -z "$configure_only" ]; then