summaryrefslogtreecommitdiff
path: root/layout/rootfs/root
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-06-18 13:22:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-06-18 13:22:36 +0000
commit66cacc246be0af6f87195ad83dda3950b3038030 (patch)
tree016e0db90f28347bfc0f932b9c668bcbce08cf52 /layout/rootfs/root
parent19ce5c7dbb212623e1d5c78e2c688ce53e5eeff6 (diff)
downloadlh-bootstrap-66cacc246be0af6f87195ad83dda3950b3038030.tar.xz
Replace import with importas in layout scripts
Diffstat (limited to 'layout/rootfs/root')
-rwxr-xr-xlayout/rootfs/root/.execline-loginshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/rootfs/root/.execline-loginshell b/layout/rootfs/root/.execline-loginshell
index 85c4e86..9339af0 100755
--- a/layout/rootfs/root/.execline-loginshell
+++ b/layout/rootfs/root/.execline-loginshell
@@ -1,3 +1,3 @@
#!/command/execlineb -S0
-/command/import -D /etc/execline-shell SHELL
+/command/importas -D /etc/execline-shell SHELL SHELL
$SHELL $@