2011/1/24 Harald Jenny <[email protected]>: > Well as far as I know Debian currently only supports /bin/bash and /bin/dash > as > providers of /bin/sh so I guess it's currently safe to use echo -n in init > scripts.
It's fine. After some digging I guess I had in mind "echo -e" and "echo -en" are not working with dash but it seems that "echo -n" (without -e) has no issues. Thanks -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

