Age | Commit message (Collapse) | Author | Files | Lines |
|
The following changes introduced in Bash 4.3 necessitate this commit:
- Setting the array attribute no longer initializes an array.
- Empty-but-set arrays no longer pass [[ -v ]].
Previous attempts:
feb669f4b2a15e6ea1d84be336f12be4650f9d2d
711c46457ae9fef52c7c529d89c67d0d526f73ef
e8210827fd59e4539a70af55cb452b211633fedd
|
|
|
|
The main benefit is the possibility to use interface hooks for links
that are created at runtime.
|
|
Add missing "$" in variable call.
|
|
This sheds the dependency on the old bridge-utils (brctl).
|
|
The declare builtin defaults to making variables local.
Previous attempts:
711c46457ae9fef52c7c529d89c67d0d526f73ef
e8210827fd59e4539a70af55cb452b211633fedd
|
|
When interpreted as an array, the empty string represents a 1-element
array consisting of the empty string. This is actually very reasonable.
Reported by: Thomas Bächler <thomas@archlinux.org>
|
|
|
|
This allows connection scripts to provide defaults, among other things.
|
|
Remove distribution-specific paths (and allow overrides).
|
|
This commit contains the refactoring and rewriting of code.
|
|
This commit contains the moving of files.
|