about summary refs log tree commit diff
path: root/csu
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-01 01:45:27 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-01 01:45:27 +0000
commit9db670f07a8fc5db98c7faa2bbe56d5040058234 (patch)
tree8dd9436ff5b1ab28a8193420bf0087b421684e08 /csu
parenta0e3c9e2e8ec0147a54cbc2f628c345f9f7ddfb7 (diff)
downloadglibc-9db670f07a8fc5db98c7faa2bbe56d5040058234.tar.gz
glibc-9db670f07a8fc5db98c7faa2bbe56d5040058234.tar.xz
glibc-9db670f07a8fc5db98c7faa2bbe56d5040058234.zip
* csu/Makefile: Use printf instead of echo for some shells.
Diffstat (limited to 'csu')
-rw-r--r--csu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 20709c3c8d..bd82641d41 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -241,7 +241,7 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files)
 	 esac; \
 	 files="$(all-Banner-files)";				\
 	 if test -n "$$files"; then				\
-	   echo "\"Available extensions:\\n\"";			\
+	   printf '"Available extensions:\\n"\n';		\
 	   sed -e '/^#/d' -e 's/^[[:space:]]*/	/'		\
 	       -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;		\
 	 fi) > $@T