diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-06 16:54:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-06 16:54:19 +0200 |
commit | 460ae30eb481f04a78475f809233a612bf7131e9 (patch) | |
tree | 0221333c5614059ffb045cdaed2f69ef35227c3d | |
parent | e529893991b79eb1d1f72fd646d8628f4c8aae2d (diff) |
Fix bug in upgrade script
-rwxr-xr-x | upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |