about summary refs log tree commit diff
path: root/debug/xtrace.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-19 16:48:27 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-19 16:48:27 +0000
commitf50fa10c8ac99e0efdca8469c646a08dd2cdefe2 (patch)
tree1c304654d398805b0cbbdf0c7678345e1fde5551 /debug/xtrace.sh
parent882bfe73fd0d3ee9e625ff841bd0c1e0815cff90 (diff)
downloadglibc-f50fa10c8ac99e0efdca8469c646a08dd2cdefe2.tar.gz
glibc-f50fa10c8ac99e0efdca8469c646a08dd2cdefe2.tar.xz
glibc-f50fa10c8ac99e0efdca8469c646a08dd2cdefe2.zip
* malloc/memusage.sh (memusageso): Add quotes.
	(memusagestat): Likewise.
	* debug/xtrace.sh (pcprofileso): Likewise.
	(pcprofiledump): Likewise.
	* debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
	replacement.
	* malloc/Makefile ($(objpfx)memusage): Likewise.
Diffstat (limited to 'debug/xtrace.sh')
-rwxr-xr-xdebug/xtrace.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/xtrace.sh b/debug/xtrace.sh
index 950ea5d207..082db3f349 100755
--- a/debug/xtrace.sh
+++ b/debug/xtrace.sh
@@ -18,8 +18,8 @@
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 # 02111-1307 USA.
 
-pcprofileso=@SLIBDIR@/libpcprofile.so
-pcprofiledump=@BINDIR@/pcprofiledump
+pcprofileso='@SLIBDIR@/libpcprofile.so'
+pcprofiledump='@BINDIR@/pcprofiledump'
 TEXTDOMAIN=libc
 
 # Print usage message.