diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-10 23:30:18 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-10 23:30:18 -0500 |
commit | 615278f3365087e436ee5ea13e0d15bd60718038 (patch) | |
tree | 9b67e19184a743c0ee3672b6266b281a6d7e8799 /tests/fixtures/0236-inherit-relative.installfile | |
parent | 8bb3f48cb970a410d93940c675c4a086af9fbcdd (diff) | |
download | horizon-615278f3365087e436ee5ea13e0d15bd60718038.tar.gz horizon-615278f3365087e436ee5ea13e0d15bd60718038.tar.bz2 horizon-615278f3365087e436ee5ea13e0d15bd60718038.tar.xz horizon-615278f3365087e436ee5ea13e0d15bd60718038.zip |
hscript: Allow multiple inheritance
This allows a HorizonScript to inherit from multiple files. Files are parsed
in a system-defined, unspecified order, but all scripts of a given depth are
guaranteed to be parsed before the next depth.
Diffstat (limited to 'tests/fixtures/0236-inherit-relative.installfile')
-rw-r--r-- | tests/fixtures/0236-inherit-relative.installfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures/0236-inherit-relative.installfile b/tests/fixtures/0236-inherit-relative.installfile index eb6fe27..1e2e9d1 100644 --- a/tests/fixtures/0236-inherit-relative.installfile +++ b/tests/fixtures/0236-inherit-relative.installfile @@ -1,2 +1,2 @@ arch ppc64 -inherit ../fixtures/0222-complete.installfile +inherit ../../fixtures/0222-complete.installfile |