Fixed multi-archness of the `demo' script. master
authorlace <>
Fri, 2 Feb 2007 17:31:21 +0000 (17:31 +0000)
committerlace <>
Fri, 2 Feb 2007 17:31:21 +0000 (17:31 +0000)
demo

diff --git a/demo b/demo
index 117d8ce..d681d80 100755 (executable)
--- a/demo
+++ b/demo
@@ -5,7 +5,7 @@
 GDB=$PWD/gdb.`uname -i`
 
 DIR=$PWD
-TEST=tst-core
+TEST=tst-core.`uname -i`
 STORAGE=$PWD/demo.d
 LIB=libobjid.so.`uname -i`
 
@@ -25,6 +25,7 @@ if test -f $LIB
 then
   rm -f ./libobjid.so
   cp -p $LIB ./libobjid.so
+  cp -p $LIB.debug ./libobjid.so.debug
 fi
 if ! test -f $GDB
 then