Skip to content
Commit 294cd0e0 authored by Guillem Jover's avatar Guillem Jover
Browse files

scripts: Revert some unsafe //= usages back to ||=

This reverts some of the unsafe assignments, as the variable might have
contained a value evaluating to false, and we are assigning non-false
values.

This specifically fixes dpkg-source --commit and -b not working any
longer.

Regression introduced in commit b0337f00.

Closes: #758426



Reported-by: default avatarNeil Williams <codehelp@debian.org>
parent 914e739c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment