schmidmt / shunit2

Automatically exported from code.google.com/p/shunit2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong path to shlib in bin/docbookPreb.sh

GoogleCodeExporter opened this issue · comments

Dunno if i'm doint something wierd here, to get that error msg.. anyway...

What steps will reproduce the problem?

On fresh ubuntu 9.10 install
1. wget http://shunit2.googlecode.com/files/shunit2-2.1.5.tgz
2. tar -zxvf shunit2-2.1.5.tgz
3. cd shunit2-2.1.5
4. make

To fix it; edited bin/docbookPrep.sh and changed the lib/shlib path
. "${MY_DIR}/../lib/shlib"

Original issue reported on code.google.com by kalender...@gmail.com on 14 Jan 2010 at 1:49

In 2.1.6 (soon to be released), I've removed all references to DocBook as it 
was too difficult to maintain. Tks for 
pointing it out though.

Original comment by kate.war...@gtempaccount.com on 3 May 2010 at 10:32

  • Changed state: Fixed