From: lace <> Date: Fri, 2 Feb 2007 17:31:21 +0000 (+0000) Subject: Fixed multi-archness of the `demo' script. X-Git-Url: http://git.jankratochvil.net/?p=libobjid.git;a=commitdiff_plain;h=edf52311a825d549a3bbb2e909617e1b55998345 Fixed multi-archness of the `demo' script. --- 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