From 026a683b771ef549337777a28b636555dabd260b Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 15 Aug 2008 23:08:43 +0100 Subject: Don't use interpolation to print usage and help as it breaks newlines and tabs. --- functions/usage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/usage.sh') diff --git a/functions/usage.sh b/functions/usage.sh index f228dd761..08161ae6d 100755 --- a/functions/usage.sh +++ b/functions/usage.sh @@ -18,7 +18,7 @@ Usage () if [ -n "${USAGE}" ] then - Echo " %s" "${USAGE}" + Echo " ${USAGE}" echo fi -- cgit v1.2.3