Thank you for taking the time to report this issue and helping to make
Ubuntu better. Examining the information you have given us, this does
not appear to be a bug report so we are closing it and converting it to
a question in the support tracker. We appreciate the difficulties you
are facing, but
i was given an option of :-
replacing
awk ''if(rno==$1)
{
print $1>"tem"
}'DATA
with
awk -v rno=$rno 'rno == $1 {print $1 > "tem"}' DATA
i.e no 'if' needed
also, further down, change
if test flag -ne 1
to
if test $flag -ne
..but this also din't work..
--
Inserting into
** Attachment added: "db.sh"
http://launchpadlibrarian.net/17788625/db.sh
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/17788626/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/17788627/ProcMaps.txt
** Attachment added: "ProcSt