diff options
Diffstat (limited to 'etc/defaults/shell')
-rw-r--r-- | etc/defaults/shell/test.TARGETS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/defaults/shell/test.TARGETS b/etc/defaults/shell/test.TARGETS index 705d1d7..7b0f232 100644 --- a/etc/defaults/shell/test.TARGETS +++ b/etc/defaults/shell/test.TARGETS @@ -1 +1,5 @@ -{"defaults": {"type": "defaults"}} +{ "defaults": + { "type": "defaults" + , "base": [["@", "stage-0", "shell", "defaults"]] + } +} |