summaryrefslogtreecommitdiffstats
path: root/builder/build-initramfs.sh
diff options
context:
space:
mode:
authortorben2016-03-11 11:43:27 +0100
committertorben2016-03-11 11:43:27 +0100
commit657fdd97b3723b2961ed6cd90d11b90cd74e5c4c (patch)
treefdf148f0a2bbfefe7c6986d5de8cb40ca7a35d9b /builder/build-initramfs.sh
parenta (diff)
downloadsystemd-init-657fdd97b3723b2961ed6cd90d11b90cd74e5c4c.tar.gz
systemd-init-657fdd97b3723b2961ed6cd90d11b90cd74e5c4c.tar.xz
systemd-init-657fdd97b3723b2961ed6cd90d11b90cd74e5c4c.zip
Fixy.
Diffstat (limited to 'builder/build-initramfs.sh')
-rwxr-xr-xbuilder/build-initramfs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh
index 6579f4d8..7b01bfc5 100755
--- a/builder/build-initramfs.sh
+++ b/builder/build-initramfs.sh
@@ -582,6 +582,7 @@ main() {
exceptions.deactivate
}
# endregion
+core.is_main && main "$@"
# region vim modline
# vim: set tabstop=4 shiftwidth=4 expandtab:
# vim: foldmethod=marker foldmarker=region,endregion: