summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbsh.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-05 23:44:13 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-05 23:44:13 +0000
commitfc602e5e26a2de94be6b5a5509b77876dc0fd7ff (patch)
tree989e34e61ee9a5ca9667626f29345c09de35f26b /source/smbwrapper/smbsh.in
parent969eb180646977a01e6d44bde1e13343fd0fa1f7 (diff)
downloadsamba-fc602e5e26a2de94be6b5a5509b77876dc0fd7ff.tar.gz
samba-fc602e5e26a2de94be6b5a5509b77876dc0fd7ff.tar.xz
samba-fc602e5e26a2de94be6b5a5509b77876dc0fd7ff.zip
set HOST_OS after canonical system test
Diffstat (limited to 'source/smbwrapper/smbsh.in')
-rw-r--r--source/smbwrapper/smbsh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbwrapper/smbsh.in b/source/smbwrapper/smbsh.in
index 7a26933f391..19e73dca80f 100644
--- a/source/smbwrapper/smbsh.in
+++ b/source/smbwrapper/smbsh.in
@@ -45,5 +45,6 @@ case "$host_os" in
;;
esac
+echo starting smbwrapper on $host_os
exec ${SMBW_SHELL-${SHELL-/bin/sh}} ${1+"$@"}