diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-17 11:42:41 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-07-17 11:42:41 +0000 |
commit | 24eb8b504f62c04ed103d25e27190bdf35fad9dc (patch) | |
tree | 1d2d0bc9e1fe2c59ac9a2a47cba60e17bdf80f34 /layout/userfs | |
parent | 66cacc246be0af6f87195ad83dda3950b3038030 (diff) | |
download | lh-bootstrap-24eb8b504f62c04ed103d25e27190bdf35fad9dc.tar.xz |
Uncomment sed invocations, fix stray import
Diffstat (limited to 'layout/userfs')
-rwxr-xr-x | layout/userfs/home/guest/.execline-loginshell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/userfs/home/guest/.execline-loginshell b/layout/userfs/home/guest/.execline-loginshell index 85c4e86..9339af0 100755 --- a/layout/userfs/home/guest/.execline-loginshell +++ b/layout/userfs/home/guest/.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 $@ |