diff options
Diffstat (limited to 'upgrade')
-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 |