From: Michael Adam Date: Tue, 1 Apr 2008 11:43:20 +0000 (+0200) Subject: test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh X-Git-Tag: samba-3.3.0pre1~2951 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6122406fe938fdaf373ff45214db79de06eb989;p=thirdparty%2Fsamba.git test: be more portable: replace 'echo -n' by 'printf "%s"' in selftest.sh Michael --- diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh index 2f2cb7b0863..492a2c36c63 100755 --- a/source/script/tests/selftest.sh +++ b/source/script/tests/selftest.sh @@ -107,7 +107,7 @@ fi ## ## create the test directory layout ## -echo -n "CREATE TEST ENVIRONMENT IN '$PREFIX'"... +printf "%s" "CREATE TEST ENVIRONMENT IN '$PREFIX'"... /bin/rm -rf $PREFIX/* mkdir -p $PRIVATEDIR $LIBDIR $PIDDIR $LOCKDIR $LOGDIR mkdir -p $SOCKET_WRAPPER_DIR