From edf52311a825d549a3bbb2e909617e1b55998345 Mon Sep 17 00:00:00 2001 From: lace <> Date: Fri, 2 Feb 2007 17:31:21 +0000 Subject: [PATCH] Fixed multi-archness of the `demo' script. --- demo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo b/demo index 117d8ce..d681d80 100755 --- 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 -- 1.8.3.1