From 92b919e437408d95c8ce80bdd010ff5285bd2eae Mon Sep 17 00:00:00 2001 From: Alejandro Mery <amery@opensde.org> Date: Sun, 24 Aug 2008 11:37:31 -0400 Subject: [PATCH] sde-cleanup: changed to use cat <<-EOT instead of echo -e --- bin/sde-cleanup | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/sde-cleanup b/bin/sde-cleanup index 06715c0..e6894a4 100755 --- a/bin/sde-cleanup +++ b/bin/sde-cleanup @@ -132,8 +132,12 @@ for x in build/* ; do fi fi done -[ $fullhelp -eq 1 ] && - echo -e "\nUse '$0 -build' to remove builds and '$0 -cache' -to also flush the cache." +if [ $fullhelp -eq 1 ]; then + cat <<-EOT + + Use '$0 -build' to remove builds + and '$0 -cache' to also flush the cache. + EOT +fi [ "$nocheck" = 1 ] || exec $SDEROOT/bin/sde-cleanup-linger