Hi,

> the portion:
> 
> PKGNAMES=$(ls -1 /tmp/buildd/*.deb | sed 's/_.*$//' )

I tested, and this is more readable, so I am using this as a fix:

PKGNAMES=$(cd /tmp/buildd && ls -1 *.deb | sed 's/_.*$//' )


regards,
        junichi





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to