diff options
author | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2008-06-03 03:39:58 +0000 |
---|---|---|
committer | wez <wez@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2008-06-03 03:39:58 +0000 |
commit | 4df55a86d4d3c63850e655a9321d3ca6cb7a264c (patch) | |
tree | cd2daf9f4296f26974445fd55d8bfd3004111430 | |
parent | 518112b4d0b666457e91d6046dd7873d46081968 (diff) | |
download | portableumem-4df55a86d4d3c63850e655a9321d3ca6cb7a264c.tar.gz |
fix portability issue reported by Mito
git-svn-id: https://labs.omniti.com/portableumem/trunk@48 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rwxr-xr-x | umem_test4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # FILE=Makefile.am -TMPLOC=$(mktemp -d -t umem_test4.XXXXXX) +TMPLOC=`mktemp -d /tmp/umem_test4.XXXXXX` trap 'rm -rf $TMPLOC' 1 2 15 LD_PRELOAD=.libs/libumem.so /usr/bin/ldd /bin/ls >$TMPLOC/log 2>&1 |