Well, tested now.
authorlace <>
Thu, 28 Jun 2007 07:57:18 +0000 (07:57 +0000)
committerlace <>
Thu, 28 Jun 2007 07:57:18 +0000 (07:57 +0000)
src/gdb-wrap

index 71a5a0f..a33414e 100755 (executable)
@@ -5,7 +5,7 @@ DIR=/tmp/gdb.d
 mkdir -p $DIR
 i=0
 while true;do
-       FILE=DIR/`printf %02d $i`
+       FILE=$DIR/`printf %02d $i`
        if ! test -f $FILE;then
                break
        fi