Initialise options variable to avoid unset variable expansion #351
No reviewers
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#351
Loading…
Reference in a new issue
No description provided.
Delete branch "mark/cdist:options-initialise"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The options variable is not initialised. If there are no options passed to the apt_source type that set the variable, executing
$type/files/source.list.template
will result in an error:Regards,
Mark