We are somewhat unable to reproduce the issue here. What statement would you think that is bashism in there? Konstantin is using /bin/sh linked to dash on his system and having no issues at all:
localhost:/# ejabberdctl stats uptimeseconds 338907 localhost:/# stat /bin/sh File: `/bin/sh' -> `dash' Size: 4 Blocks: 0 IO Block: 4096 symbolic link Device: 802h/2050d Inode: 2212809 Links: 1 Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2010-02-09 01:10:33.000000000 +0300 Modify: 2009-10-31 20:12:58.000000000 +0300 Change: 2009-10-31 20:12:58.000000000 +0300 localhost:/# head -n 1 `which ejabberdctl` #!/bin/sh localhost:/# -- ejabberdctl needs bash instead dash https://bugs.launchpad.net/bugs/518829 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
